summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adding version check for plugins.Alok Barsode2009-03-143-3/+9
* Don't hide temporary devices on Adapter.ListDevices method.Luiz Augusto von Dentz2009-03-211-3/+0
* Prevent duplicated adapter from being registered.Luiz Augusto von Dentz2009-03-211-1/+8
* Fix CancelDeviceCreation error to match the API descriptionJohan Hedberg2009-03-191-2/+2
* Attempt SDP a second time if we get ECONNRESETJohan Hedberg2009-03-181-2/+8
* Add "Class" property to org.bluez.Adapter interface.Bea Lam2009-03-151-0/+13
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-0/+2
* Include the Paired property in the DeviceFound signalsJohan Hedberg2009-03-153-5/+18
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-121-3/+3
* Remove incorrect sdp_record_free()Johan Hedberg2009-03-011-3/+0
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-273-0/+14
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
* Fix uninitialized memory warningJohan Hedberg2009-02-251-0/+1
* Remove unused path variableJohan Hedberg2009-02-251-3/+0
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-1/+2
* Fix a few more sdp_record_t memory leaksJohan Hedberg2009-02-241-2/+6
* Fix memory leakJohan Hedberg2009-02-241-0/+1
* Minor whitespace fixesJohan Hedberg2009-02-242-2/+2
* Fix typoJohan Hedberg2009-02-241-1/+1
* Fix valgrind unaddressable bytes complaintJohan Hedberg2009-02-241-0/+2
* Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg2009-02-241-1/+2
* Add missing hci_close_dev callJohan Hedberg2009-02-231-0/+2
* Return proper error replies to DiscoverServicesJohan Hedberg2009-02-231-2/+17
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Convert pairing code to use BtIOJohan Hedberg2009-02-212-138/+63
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-4/+4
* Make a call to BtIO API so its symbols got resolved before plugin have loaded.Luiz Augusto von Dentz2009-02-191-0/+5
* Log probe failures.Luiz Augusto von Dentz2009-02-191-13/+18
* Fix uninitialised value.Luiz Augusto von Dentz2009-02-191-2/+2
* 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 changing adapter's name while Powered is False.Luiz Augusto von Dentz2009-02-131-2/+2
* 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
* 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
* Always store the link key when we initiate dedicated bondingJohan Hedberg2009-02-101-3/+9
* Fix error messageJohan Hedberg2009-02-101-1/+1
* Always store pre-2.1 link key typesJohan Hedberg2009-02-091-1/+1
* Various coding style cleanupsJohan Hedberg2009-02-064-81/+109
* Remember to remove trust upon device removalJohan Hedberg2009-02-061-0/+6
* 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
* 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