summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some coding style updatesMarcel Holtmann2008-09-141-19/+24
* Find device ID from SDP recordsDavid Woodhouse2008-09-143-7/+75
* rename get_record() to find_record_in_list() and move to storage.[ch]David Woodhouse2008-09-143-31/+31
* fix bug that both implementations of record_from_string() sharedDavid Woodhouse2008-09-141-0/+1
* factor out duplicated code into record_from_string()David Woodhouse2008-09-141-27/+24
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-143-47/+48
* 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
* Fix storage size for DID valueMarcel Holtmann2008-09-141-1/+1
* Store source information from DID recordMarcel Holtmann2008-09-143-21/+38
* store pnp info when we receive a pnp recordDavid Woodhouse2008-09-132-0/+20
* Add storage for pnp info, which can come from PNP record or EIRDavid Woodhouse2008-09-132-0/+59
* fix init_browse()David Woodhouse2008-09-121-2/+17
* fix service browsingDavid Woodhouse2008-09-121-6/+7
* 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 device address as bdaddr_t instead of string.Alok Barsode2008-09-121-70/+66
* 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-123-8/+9
* Renaming device_read_bdaddr to adapter_read_bdaddr.Alok Barsode2008-09-121-2/+2
* 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 un...Luiz Augusto von Dentz2008-09-111-7/+17
* | 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 c...Luiz Augusto von Dentz2008-09-113-0/+18
* 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