summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz2009-02-182-38/+38
|
* sbc: don't dereference sbc pointer if NULLMarc-André Lureau2009-02-171-2/+2
|
* sbc: provide implementation info as a readable stringMarc-André Lureau2009-02-176-0/+19
| | | | This is mainly useful for logging and debugging.
* Mention Marc-Andre's contributionsMarcel Holtmann2009-02-171-0/+1
|
* Use const where appropriateJohan Hedberg2009-02-171-8/+8
|
* Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg2009-02-174-4/+49
|
* audio: make *_suspend() use bt_stop_stream_rspMarc-André Lureau2009-02-171-2/+2
|
* Convert BtIO API to use GErrorJohan Hedberg2009-02-163-167/+208
|
* Remove lm_flags from the btio public APIJohan Hedberg2009-02-162-41/+7
|
* Merge btio test toolJohan Hedberg2009-02-162-1/+431
|
* Merge external btio reworkJohan Hedberg2009-02-163-1/+1040
|
* Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg2009-02-162-4/+5
|
* Add a little bit more debug around class of device changesMarcel Holtmann2009-02-141-0/+4
|
* Only storage class of device if it changedMarcel Holtmann2009-02-142-3/+7
|
* Fix emitting duplicated PropertyChanged signals for device Name property.Luiz Augusto von Dentz2009-02-133-16/+39
|
* Fix uninitialized memory issueJohan Hedberg2009-02-131-0/+2
|
* Mention Gustavo's contributionsMarcel Holtmann2009-02-131-0/+1
|
* Fix changing adapter's name while Powered is False.Luiz Augusto von Dentz2009-02-131-2/+2
| | | | Changing name while in "off" mode was not affecting GetProperties return.
* Release 4.304.30Marcel Holtmann2009-02-122-1/+10
|
* Update library versionMarcel Holtmann2009-02-121-1/+1
|
* Update comments on when to store link keysMarcel Holtmann2009-02-121-1/+3
|
* Fix not handling properly local name changes.Luiz Augusto von Dentz2009-02-123-11/+33
| | | | | | | Changing adapter name via dbus was emitting PropertyChanged right away. This not only can cause consistency problems but also makes bluetoothd to not emit a PropertyChanged when a third application such as hciconfig changes the adapter name.
* Use correct dev pointerJohan Hedberg2009-02-121-1/+1
|
* Fix resetting trusts on every reboot.Luiz Augusto von Dentz2009-02-123-15/+17
|
* If remote side initiates dedicated bonding follow it and store the keyMarcel Holtmann2009-02-121-1/+7
|
* Reset the authentication requirements after bonding completeMarcel Holtmann2009-02-121-2/+1
|
* Reset authentication requirements after simple pairing completeMarcel Holtmann2009-02-121-1/+2
|
* Add CID field to L2CAP socket address structureMarcel Holtmann2009-02-121-0/+1
|
* Always store the link key when we initiate dedicated bondingJohan Hedberg2009-02-101-3/+9
|
* Fix memory leaks in hciconfig and hcitoolGustavo F. Padovan2009-02-102-5/+16
| | | | | Some printfs were using functions that return dynamic allocated memory as parameters.
* Make the unix IPC handling more robustJohan Hedberg2009-02-101-22/+19
| | | | | This patch adds extra checks to strictly only allow messages that can be expected to work with the current code.
* Fix error messageJohan Hedberg2009-02-101-1/+1
|
* Always store pre-2.1 link key typesJohan Hedberg2009-02-091-1/+1
|
* Release 4.294.29Marcel Holtmann2009-02-072-1/+16
|
* Update library versionMarcel Holtmann2009-02-071-1/+1
|
* Fix authorization cancelation when connection dropsJohan Hedberg2009-02-061-7/+8
|
* Remove unnecessary empty lineJohan Hedberg2009-02-061-1/+0
|
* Various coding style cleanupsJohan Hedberg2009-02-064-81/+109
|
* Attempt to parse all AT commands within bufferJohan Hedberg2009-02-061-20/+29
|
* Fix typoJohan Hedberg2009-02-061-1/+1
|
* Remember to remove trust upon device removalJohan Hedberg2009-02-061-0/+6
|
* Also allow conference for CSD_CALL_STATUS_WAITINGJohan Hedberg2009-02-061-2/+2
|
* Don't changed combination keys for no-bondingJohan Hedberg2009-02-061-2/+5
|
* Make sure to always close the L2CAP raw socketJohan Hedberg2009-02-061-6/+9
|
* Add missing translation for CSD_CALL_STATUS_WAITINGJohan Hedberg2009-02-051-0/+2
|
* Only remove the temporary flag if we store the link keyJohan Hedberg2009-02-051-2/+2
|
* Always store changed combination keysJohan Hedberg2009-02-052-10/+10
|
* Use 0xff instead of 0xFFMarcel Holtmann2009-02-061-2/+2
|
* Get rid of the update_indicators callbackJohan Hedberg2009-02-051-34/+17
| | | | | This callback is not needed since the same information is communicated as part of the Service Level Connection setup procedure anyway.
* Add missing check for invalid auth requirements valueJohan Hedberg2009-02-051-1/+2
|