summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement first part of CancelDeviceCreationJohan Hedberg2008-09-251-14/+60
* Code cleanupJohan Hedberg2008-09-251-1/+1
* Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDownLuiz Augusto von Dentz2008-09-241-3/+15
* Use a common timeout for hci commandsJohan Hedberg2008-09-231-19/+23
* Introduce RequestSession and ReleaseSession.Luiz Augusto von Dentz2008-09-231-9/+26
* Emit Powered and Discoverable properly when adapter comes up and down.Luiz Augusto von Dentz2008-09-231-0/+30
* Emit PropertyChanged for Powered and Discoverable.Luiz Augusto von Dentz2008-09-231-2/+31
* Make Powered/Discoverable properties changeable via SetProperty.Luiz Augusto von Dentz2008-09-231-0/+48
* Make Powered/Discoverable property available in GetProperty.Luiz Augusto von Dentz2008-09-231-4/+14
* Mark RequestMode/ReleaseMode as deprecated.Luiz Augusto von Dentz2008-09-231-2/+4
* Fix OffMode = DevDown race condition.Luiz Augusto von Dentz2008-09-231-3/+8
* Mark ListDevices as deprecated.Luiz Augusto von Dentz2008-09-231-1/+2
* Update devices list property when a new device is created/removed.Luiz Augusto von Dentz2008-09-221-2/+22
* Add Devices property to GetProperties.Luiz Augusto von Dentz2008-09-221-0/+13
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-141-46/+0
* Use strncmp for filtering recordsDavid Woodhouse2008-09-141-1/+1
* split out read_records() function for reading all SDP records for a deviceDavid Woodhouse2008-09-141-10/+19
* Use cached adapter name instead of reading it from storageMarcel Holtmann2008-09-121-7/+7
* Renaming str2mode to get_mode which takes bdaddr_t as parameterAlok Barsode2008-09-121-10/+10
* Storing adapter address as bdaddr_t instead of string.Alok Barsode2008-09-121-52/+55
* Modifying l2raw_connect to take bdaddr_t as parameter.Alok Barsode2008-09-121-4/+5
* Renaming device_read_bdaddr to adapter_read_bdaddr.Alok Barsode2008-09-121-2/+2
* Send command to read the default link policyMarcel Holtmann2008-09-121-0/+3
* When re-reading the device address store it properlyMarcel Holtmann2008-09-111-7/+4
* Add debug message for adapters without an addressMarcel Holtmann2008-09-111-4/+9
* Make RequestMode to overwrite session mode when already active.Luiz Augusto von Dentz2008-09-091-13/+33
* Cleanup mode and discovery session code.Luiz Augusto von Dentz2008-09-091-71/+35
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-8/+19
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-5/+2
* Add proper debug output per session reference.Luiz Augusto von Dentz2008-09-041-3/+13
* Fix session handling and add a better debug output for them.Luiz Augusto von Dentz2008-09-041-14/+14
* Fix adapter_add_active_conn parameter checkJohan Hedberg2008-09-041-1/+1
* Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery an...Luiz Augusto von Dentz2008-09-041-11/+6
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-93/+93
* Moving struct adapter to adapter.cAlok Barsode2008-09-031-0/+28
* Adding adapter_has_discov_sessions.Alok Barsode2008-09-031-0/+8
* Adding adapter_get_bonding_info.Alok Barsode2008-09-031-0/+8
* Adding adapter_free_bonding_request.Alok Barsode2008-09-031-0/+45
* Adding adapter_search_active_conn_by_bdaddr andAlok Barsode2008-09-031-0/+51
* Adding adapter_remove_active_conn.Alok Barsode2008-09-031-0/+10
* Adding adapter_add_active_conn.Alok Barsode2008-09-031-0/+16
* Adding adapter_get_agent.Alok Barsode2008-09-031-0/+8
* Moving adapter_mode_changed to adapter.c.Alok Barsode2008-09-031-0/+44
* Freeing oor_devices list after device discovery.Alok Barsode2008-09-031-0/+6
* Remove unused records list variableMarcel Holtmann2008-09-031-2/+0
* Remove unused find_record()Marcel Holtmann2008-09-031-19/+0
* Make methods related to external services into service plugin.Luiz Augusto von Dentz2008-09-021-213/+0
* Removes the agent when the adapter is freed, if it wasn't already doneVinicius Costa Gomes2008-09-011-0/+3
* Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-09-021-11/+50
|\
| * Adapter initialization cleanupClaudio Takahasi2008-09-011-11/+50