summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Don't print error when device is downMarcel Holtmann2008-09-121-1/+2
|
* Send command to read the default link policyMarcel Holtmann2008-09-121-0/+3
|
* Set default link policy after the page timeoutMarcel Holtmann2008-09-121-5/+5
|
* Write the default link policy to ensure it is setMarcel Holtmann2008-09-121-0/+6
|
* 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
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-09-111-1/+1
|\
| * Fix segfault on agent_is_busy.Luiz Augusto von Dentz2008-09-111-1/+1
| |
* | Don't fork for device configurationMarcel Holtmann2008-09-111-19/+2
|/
* Move link mode and policy setting before bringing up the deviceMarcel Holtmann2008-09-111-26/+18
|
* Add extra debug for the forked init and setup functionsMarcel Holtmann2008-09-111-2/+8
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-09-111-7/+17
|\
| * Fix memory allocation of drivers uuid list to be dinamic as drivers may be ↵Luiz Augusto von Dentz2008-09-111-7/+17
| | | | | | | | unregistered.
* | Hide the verbose SDP debug behind SDP_DEBUGMarcel Holtmann2008-09-114-73/+79
|/
* Fix memleakLuiz Augusto von Dentz2008-09-111-1/+1
|
* Fix problem that occurs when a device is removed but agent requests are not ↵Luiz Augusto von Dentz2008-09-113-0/+18
| | | | cancelled.
* Search for l2cap uuid if no record is found.Luiz Augusto von Dentz2008-09-111-0/+7
|
* Make discovery service routine to search for driver uuids.Luiz Augusto von Dentz2008-09-111-0/+30
|
* Split code of simple search and browse.Luiz Augusto von Dentz2008-09-111-26/+43
|
* Add missing uuids to search if the device doesn't support public browsing.Luiz Augusto von Dentz2008-09-111-0/+5
|
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-0/+8
|
* 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
|
* Removed warning: uninitialised valueClaudio Takahasi2008-09-091-1/+2
|
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-083-4/+4
|
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-084-27/+33
|
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-086-41/+59
|
* Fix memory leak caused by previous SDP browse fixJohan Hedberg2008-09-081-0/+1
|
* Check for duplicate record handles and not UUIDsJohan Hedberg2008-09-051-2/+9
|
* Check for duplicate records when discovering servicesJohan Hedberg2008-09-051-1/+7
|
* Fix problem which prevents drivers from being probed.Luiz Augusto von Dentz2008-09-051-8/+28
|
* Move responsibility of freeint the record list to the correct placeJohan Hedberg2008-09-051-3/+0
|
* 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-042-17/+14
|
* Add check for unknown connection handleJohan Hedberg2008-09-041-1/+5
|
* Fix adapter_add_active_conn parameter checkJohan Hedberg2008-09-041-1/+1
|
* Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery ↵Luiz Augusto von Dentz2008-09-042-20/+24
| | | | and fix logic around Discovering property to reflect when the base band is busy.
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-0411-210/+210
|
* Moving struct adapter to adapter.cAlok Barsode2008-09-032-28/+28
|
* Adding adapter_has_discov_sessions.Alok Barsode2008-09-033-1/+10
|
* fixing dbus-hci.c to use adapter_find_device.Alok Barsode2008-09-031-6/+2
|
* Adding adapter_get_bonding_info.Alok Barsode2008-09-033-12/+30
|
* Adding adapter_free_bonding_request.Alok Barsode2008-09-034-49/+48
|
* Adding adapter_search_active_conn_by_bdaddr andAlok Barsode2008-09-035-39/+68
| | | | adapter_search_active_conn_by_handle.
* Adding adapter_remove_active_conn.Alok Barsode2008-09-033-2/+13
|
* Adding adapter_add_active_conn.Alok Barsode2008-09-033-15/+19
|
* Adding adapter_get_agent.Alok Barsode2008-09-034-11/+22
|
* Moving adapter_mode_changed to adapter.c.Alok Barsode2008-09-033-44/+45
|
* Freeing oor_devices list after device discovery.Alok Barsode2008-09-032-5/+6
|
* Remove unused records list variableMarcel Holtmann2008-09-031-2/+0
|