summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Emit Powered and Discoverable properly when adapter comes up and down.Luiz Augusto von Dentz2008-09-231-0/+30
|
* Emit PropertyChanged for Powered and Discoverable.Luiz Augusto von Dentz2008-09-231-2/+31
|
* Make Powered/Discoverable properties changeable via SetProperty.Luiz Augusto von Dentz2008-09-231-0/+48
|
* Make Powered/Discoverable property available in GetProperty.Luiz Augusto von Dentz2008-09-231-4/+14
|
* Mark RequestMode/ReleaseMode as deprecated.Luiz Augusto von Dentz2008-09-231-2/+4
|
* Fix ReleaseSession documentation.Luiz Augusto von Dentz2008-09-231-1/+1
|
* Add support for Icon propertyMarcel Holtmann2008-09-231-8/+72
|
* Add workaround for a broken carkitMarcel Holtmann2008-09-231-0/+7
|
* Mention the interaction between Powered and DiscoverableMarcel Holtmann2008-09-231-0/+4
|
* Document mode handling changesMarcel Holtmann2008-09-231-3/+39
|
* Fix OffMode = DevDown race condition.Luiz Augusto von Dentz2008-09-232-14/+8
|
* Mark ListDevices as deprecated.Luiz Augusto von Dentz2008-09-231-1/+2
|
* Fix emitting duplicated DeviceCreate/Devices signals.Luiz Augusto von Dentz2008-09-221-9/+0
|
* Update devices list property when a new device is created/removed.Luiz Augusto von Dentz2008-09-224-2/+28
|
* Add Devices property to GetProperties.Luiz Augusto von Dentz2008-09-221-0/+13
|
* Export list of devices and nodes via propertiesMarcel Holtmann2008-09-162-0/+8
|
* Add API definition for device nodesMarcel Holtmann2008-09-162-0/+62
|
* Release 4.64.6Marcel Holtmann2008-09-142-1/+7
|
* 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
| | | | | | | 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
|
* Don't bother with the source value for input devicesMarcel Holtmann2008-09-141-2/+1
|
* Fix storage size for DID valueMarcel Holtmann2008-09-141-1/+1
|
* Store source information from DID recordMarcel Holtmann2008-09-144-23/+41
|
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluezMarcel Holtmann2008-09-145-18/+98
|\
| * fix fake hid detection by looking up pnp infoDavid Woodhouse2008-09-131-0/+3
| |
| * 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
| |
| * simplify arguments to hidp_add_connection()David Woodhouse2008-09-131-18/+16
| |
* | Remove wrong (left-over) codeMarcel Holtmann2008-09-141-1/+0
|/
* Merge branch 'encrypt' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-09-143-124/+281
|\
| * Input: Disconnected signal doesn't have parametersClaudio Takahasi2008-09-131-4/+4
| |
| * Input: Connected signal doesn't have parametersClaudio Takahasi2008-09-131-4/+1
| |
| * Input: Checking if the link is already encryptedClaudio Takahasi2008-09-131-3/+7
| |
| * Input: Use async auth + encryption functionClaudio Takahasi2008-09-121-114/+77
| |
| * Pass Bluetooth address instead of handle for async encryption funcClaudio Takahasi2008-09-122-4/+26
| |
| * Added async auth + encrypt functionClaudio Takahasi2008-09-122-0/+169
| |
| * Input: Missing send the message when connect failsClaudio Takahasi2008-09-121-1/+3
| |
* | Mention David's contributionsMarcel Holtmann2008-09-131-0/+1
| |
* | fix init_browse()David Woodhouse2008-09-121-2/+17
| | | | | | | | | | | | Change return to continue, so it doesn't just abort completely when it finds one driver asking for a UUID that another driver already wanted, and to eliminate duplicates of the UUIDs in uuid_list[] too...
* | fix service browsingDavid Woodhouse2008-09-121-6/+7
|/ | | | | | | | | | We were incrementing req->search_uuid every time we call back into browse_cb() -- even when we'd already finished going through the uuid_list[] and were supposed to be handling req->uuids. So for each entry in req->uuids, we'd skip a zero after uuid_list[] and go trawling through random memory, treating it as more UUIDs to search for.
* 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 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
|