summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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
| | | | Adapter.ListDevices should be consistent with Adapter.Devices property.
* 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
| | | | | | | When acting as acceptors for pairing and doing reverse SDP we might get ECONNRESET if the remote device drops the ACL just as we're starting our SDP connect. This patch adds a second SDP connect attempt if we get this specific error.
* 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
| | | | | | Include the Paired property in the DeviceFound signals so that a UI doesn't have to do any special lookups to know if the device is paired or not.
* 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
| | | | | | | When powering down we explicitly set the scan mode to 0 before calling the HCI_DEVDOWN ioctl. To avoid HCI command timeouts track this situation and don't call read scan enable in dbus-hci.c when the command complete for the write scan enable arrives.
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
| | | | | The pSeq list needs to be fully free'd when extract_des returns an error.
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
| | | | | | The extract_des function returns just one element type to the caller so if there are mixed elements it'll be impossible for the caller to know how to handle the returned list.
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
| | | | | This patch adds extra checks to make sure we never read past the end of the buffer.
* 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
| | | | Changing name while in "off" mode was not affecting GetProperties return.
* 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.
* 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
|