summaryrefslogtreecommitdiffstats
path: root/src/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-271-0/+1
* Fix not handling properly local name changes.Luiz Augusto von Dentz2009-02-121-0/+1
* Handle active connection using device object.Luiz Augusto von Dentz2009-01-111-13/+6
* Move bonding creation to device.c.Luiz Augusto von Dentz2009-01-111-35/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-221-1/+2
* Remove duplicated declaration of adapter_remove.Luiz Augusto von Dentz2008-12-221-1/+0
* Make adapter_update_devices private to adapter.cJohan Hedberg2008-11-291-1/+0
* Make adapter_remove_discov_timeout private to adapter.cJohan Hedberg2008-11-291-1/+0
* Clean up scan mode related codeJohan Hedberg2008-11-291-3/+0
* Remove unnecessary adapter_set_mode functionJohan Hedberg2008-11-291-1/+0
* Introduce PairableTimeout Property and fix use of g_timeout_add.Luiz Augusto von Dentz2008-11-271-1/+0
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-201-0/+2
* Make FindAdapter return the any object if presentMarcel Holtmann2008-11-011-0/+2
* Add method for requesting/releasing the any adapter object pathMarcel Holtmann2008-11-011-1/+4
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-281-1/+4
* Fix include files from adapter.hMarcel Holtmann2008-09-241-1/+4
* Update devices list property when a new device is created/removed.Luiz Augusto von Dentz2008-09-221-0/+1
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-1/+1
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-46/+46
* Moving struct adapter to adapter.cAlok Barsode2008-09-031-28/+0
* Adding adapter_has_discov_sessions.Alok Barsode2008-09-031-0/+1
* Adding adapter_get_bonding_info.Alok Barsode2008-09-031-0/+1
* Adding adapter_free_bonding_request.Alok Barsode2008-09-031-0/+1
* Adding adapter_search_active_conn_by_bdaddr andAlok Barsode2008-09-031-0/+4
* Adding adapter_remove_active_conn.Alok Barsode2008-09-031-0/+2
* Adding adapter_add_active_conn.Alok Barsode2008-09-031-0/+2
* Adding adapter_get_agent.Alok Barsode2008-09-031-0/+1
* Moving adapter_mode_changed to adapter.c.Alok Barsode2008-09-031-0/+1
* Make DiscoverDevices to create discover sessions.Luiz Augusto von Dentz2008-08-291-6/+4
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-08-291-1/+7
|\
| * Adding adapter_remove_oor_devices.Alok Barsode2008-08-291-0/+1
| * Adding adapter_update_oor_devices.Alok Barsode2008-08-291-0/+1
| * Renaming found_device_remove to adapter_remove_found_device andAlok Barsode2008-08-291-0/+1
| * Renaming found_device_add to adapter_add_found_device andAlok Barsode2008-08-291-0/+2
| * Adding adapter_search_found_devices.Alok Barsode2008-08-291-0/+2
| * Removing pinq_idle from struct adapter.Alok Barsode2008-08-291-1/+0
* | Cleanup: declaring mode2str and str2mode to staticClaudio Takahasi2008-08-281-4/+0
|/
* Cleanup: unnecessary includes and defines, moved some declarationsClaudio Takahasi2008-08-261-6/+0
* Cleanup: Removed unused function - adapter_auth_request_repliedClaudio Takahasi2008-08-251-1/+0
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-0/+14
* Adding adapter_get_state and adapter_set_state.Alok Barsode2008-08-131-4/+3
* Adding adapter_set_mode and adapter_get_mode.Alok Barsode2008-08-131-0/+2
* Fix adapter removal.Luiz Augusto von Dentz2008-07-301-7/+3
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+185