index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
adapter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix GDBusWatchFunction usage
Johan Hedberg
2008-10-21
1
-2
/
+9
*
Unload adapter drivers on adapter removal instead of adapter_stop
Johan Hedberg
2008-10-20
1
-2
/
+2
*
Fix fallouts due to GDBusWatchFunction changes
Marcel Holtmann
2008-10-17
1
-1
/
+1
*
Add emit_array_property_changed()
Johan Hedberg
2008-10-16
1
-3
/
+3
*
Rename dbus_connection_emit_property_changed to emit_property_changed
Johan Hedberg
2008-10-16
1
-40
/
+31
*
Add dict_append_array()
Johan Hedberg
2008-10-16
1
-1
/
+1
*
Rename dbus_message_iter_append_dict_entry to dict_append_entry
Johan Hedberg
2008-10-16
1
-15
/
+8
*
Allow dynamic adapter driver registration
Claudio Takahasi
2008-10-15
1
-0
/
+19
*
Fix uuid list allocation and freeing bug exposed by previous mem leak fix
Johan Hedberg
2008-10-10
1
-0
/
+1
*
Make device driver probe calls take UUID's instead of full records
Johan Hedberg
2008-10-09
1
-7
/
+1
*
Don't detect profile removal on during reverse service discovery
Johan Hedberg
2008-10-09
1
-1
/
+1
*
Prevent emitting duplicate signals for DiscoverableTimeout property.
Luiz Augusto von Dentz
2008-09-30
1
-0
/
+3
*
Fix signal emission for Powered and Discoverable
Marcel Holtmann
2008-09-29
1
-57
/
+50
*
Implement first part of CancelDeviceCreation
Johan Hedberg
2008-09-25
1
-14
/
+60
*
Code cleanup
Johan Hedberg
2008-09-25
1
-1
/
+1
*
Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDown
Luiz Augusto von Dentz
2008-09-24
1
-3
/
+15
*
Use a common timeout for hci commands
Johan Hedberg
2008-09-23
1
-19
/
+23
*
Introduce RequestSession and ReleaseSession.
Luiz Augusto von Dentz
2008-09-23
1
-9
/
+26
*
Emit Powered and Discoverable properly when adapter comes up and down.
Luiz Augusto von Dentz
2008-09-23
1
-0
/
+30
*
Emit PropertyChanged for Powered and Discoverable.
Luiz Augusto von Dentz
2008-09-23
1
-2
/
+31
*
Make Powered/Discoverable properties changeable via SetProperty.
Luiz Augusto von Dentz
2008-09-23
1
-0
/
+48
*
Make Powered/Discoverable property available in GetProperty.
Luiz Augusto von Dentz
2008-09-23
1
-4
/
+14
*
Mark RequestMode/ReleaseMode as deprecated.
Luiz Augusto von Dentz
2008-09-23
1
-2
/
+4
*
Fix OffMode = DevDown race condition.
Luiz Augusto von Dentz
2008-09-23
1
-3
/
+8
*
Mark ListDevices as deprecated.
Luiz Augusto von Dentz
2008-09-23
1
-1
/
+2
*
Update devices list property when a new device is created/removed.
Luiz Augusto von Dentz
2008-09-22
1
-2
/
+22
*
Add Devices property to GetProperties.
Luiz Augusto von Dentz
2008-09-22
1
-0
/
+13
*
move read_records() to storage.c where it belongs
David Woodhouse
2008-09-14
1
-46
/
+0
*
Use strncmp for filtering records
David Woodhouse
2008-09-14
1
-1
/
+1
*
split out read_records() function for reading all SDP records for a device
David Woodhouse
2008-09-14
1
-10
/
+19
*
Use cached adapter name instead of reading it from storage
Marcel Holtmann
2008-09-12
1
-7
/
+7
*
Renaming str2mode to get_mode which takes bdaddr_t as parameter
Alok Barsode
2008-09-12
1
-10
/
+10
*
Storing adapter address as bdaddr_t instead of string.
Alok Barsode
2008-09-12
1
-52
/
+55
*
Modifying l2raw_connect to take bdaddr_t as parameter.
Alok Barsode
2008-09-12
1
-4
/
+5
*
Renaming device_read_bdaddr to adapter_read_bdaddr.
Alok Barsode
2008-09-12
1
-2
/
+2
*
Send command to read the default link policy
Marcel Holtmann
2008-09-12
1
-0
/
+3
*
When re-reading the device address store it properly
Marcel Holtmann
2008-09-11
1
-7
/
+4
*
Add debug message for adapters without an address
Marcel Holtmann
2008-09-11
1
-4
/
+9
*
Make RequestMode to overwrite session mode when already active.
Luiz Augusto von Dentz
2008-09-09
1
-13
/
+33
*
Cleanup mode and discovery session code.
Luiz Augusto von Dentz
2008-09-09
1
-71
/
+35
*
Redefining device_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
1
-8
/
+19
*
Redefining adapter_get_address to take bdaddr_t as parameter.
Alok Barsode
2008-09-08
1
-5
/
+2
*
Add proper debug output per session reference.
Luiz Augusto von Dentz
2008-09-04
1
-3
/
+13
*
Fix session handling and add a better debug output for them.
Luiz Augusto von Dentz
2008-09-04
1
-14
/
+14
*
Fix adapter_add_active_conn parameter check
Johan Hedberg
2008-09-04
1
-1
/
+1
*
Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery an...
Luiz Augusto von Dentz
2008-09-04
1
-11
/
+6
*
Renaming struct adapter to struct btd_adapter.
Alok Barsode
2008-09-04
1
-93
/
+93
*
Moving struct adapter to adapter.c
Alok Barsode
2008-09-03
1
-0
/
+28
*
Adding adapter_has_discov_sessions.
Alok Barsode
2008-09-03
1
-0
/
+8
*
Adding adapter_get_bonding_info.
Alok Barsode
2008-09-03
1
-0
/
+8
[next]