summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-141-46/+0
|
* Use strncmp for filtering recordsDavid Woodhouse2008-09-141-1/+1
| | | | | | | It's faster, and there's no chance of ever having false positives -- not that it was actually going to happen in this case, because we would never find a colon elsewhere in the line. But code gets copied around and changes over time.
* 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
| | | | instead of a string.
* 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 ↵Luiz Augusto von Dentz2008-09-041-11/+6
| | | | and fix logic around Discovering property to reflect when the base band is busy.
* 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
| | | | adapter_search_active_conn_by_handle.
* 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
| | | | | | | | moving it to adapter.c
| * Renaming found_device_add to adapter_add_found_device andAlok Barsode2008-08-291-0/+51
| | | | | | | | moving it to adapter.c
| * 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
|/