summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move service record registration into adapterMarcel Holtmann2008-09-011-4/+157
|/
* Make DiscoverDevices to create discover sessions.Luiz Augusto von Dentz2008-08-291-256/+236
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-08-291-1/+165
|\
| * Adding adapter_remove_oor_devices.Alok Barsode2008-08-291-0/+14
| * Moving send_out_of_range to adapter.cAlok Barsode2008-08-291-0/+16
| * Adding adapter_update_oor_devices.Alok Barsode2008-08-291-0/+19
| * Moving found_device_cmp to adapter.cAlok Barsode2008-08-291-0/+20
| * Renaming found_device_remove to adapter_remove_found_device andAlok Barsode2008-08-291-0/+17
| * Renaming found_device_add to adapter_add_found_device andAlok Barsode2008-08-291-0/+51
| * Adding adapter_search_found_devices.Alok Barsode2008-08-291-0/+13
| * Freeing found_devices list on end of standard/periodic inquiry.Alok Barsode2008-08-291-0/+15
| * Removing pinq_idle from struct adapter.Alok Barsode2008-08-291-1/+0
* | Storage cleanupClaudio Takahasi2008-08-281-4/+4
* | Cleanup: declaring mode2str and str2mode to staticClaudio Takahasi2008-08-281-18/+9
|/
* Only remove the bonding for non-temporary devicesMarcel Holtmann2008-08-271-2/+2
* Cleanup: declaring some functions as static and removed some useless declarat...Claudio Takahasi2008-08-261-0/+2
* Cleanup: unnecessary includesClaudio Takahasi2008-08-251-4/+0
* Cleanup: declaring some functions as staticClaudio Takahasi2008-08-251-8/+8
* Cleanup: Removed unused function - adapter_auth_request_repliedClaudio Takahasi2008-08-251-14/+0
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-3/+116
* Fix loading adapter drivers.Luiz Augusto von Dentz2008-08-181-0/+26
* Adding adapter_get_state and adapter_set_state.Alok Barsode2008-08-131-21/+30
* Adding adapter_set_mode and adapter_get_mode.Alok Barsode2008-08-131-0/+13
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-2/+2
* For adapters and devices use /org/bluez object path prefixMarcel Holtmann2008-08-041-1/+1
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-041-0/+8
* Move error_failed to its usage placesMarcel Holtmann2008-08-041-0/+6
* Move error_failed_errno where it is actually usedMarcel Holtmann2008-08-041-0/+8
* Remove SDP server and experimental optionMarcel Holtmann2008-08-041-4/+2