summaryrefslogtreecommitdiff
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-081-3/+4
* Fix service class update when adapter is DOWNJohan Hedberg2009-05-061-1/+1
* Add NULL pointer check to adapter_get_device return valueJohan Hedberg2009-05-061-0/+4
* Remove unnecessary "starting" variableJohan Hedberg2009-05-061-4/+3
* Fix service classes race condition upon starting bluetoothdJohan Hedberg2009-05-061-2/+3
* Adding stop() functionality to hciops plugin.Alok Barsode2009-05-061-14/+10
* Code cleanup in adapter.c.Alok Barsode2009-05-061-4/+12
* Make use of struct remote_dev_info for out of range list.Luiz Augusto von Dentz2009-05-051-32/+14
* Fix NoInputNoOutput IO capability stringJohan Hedberg2009-05-051-3/+3
* Adding start() functionality to hciops plugin.Alok Barsode2009-05-031-15/+6
* Moving adapter_ops registration to adapter.c.Alok Barsode2009-05-031-0/+29
* Make sure device are unloaded before drivers when removing an adapter.Luiz Augusto von Dentz2009-04-281-2/+2
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-271-3/+4
* Add support to disconnect watch registration.Luiz Augusto von Dentz2009-04-221-1/+5
* Fix potentially infinite recursion of adapter_upJohan Hedberg2009-04-191-1/+2
* Emit Manager.AdapterAdded only when adapter is ready.Luiz Augusto von Dentz2009-04-161-8/+14
* Fix device removal while there's an authorization request pendingJohan Hedberg2009-04-111-6/+26
* Add GDestroyNotify support to agent callbacksJohan Hedberg2009-04-111-2/+3
* Minor whitespace fixJohan Hedberg2009-04-111-1/+1
* Update alias once name is updated.Luiz Augusto von Dentz2009-04-091-1/+13
* Cleanup emit_device_found code.Luiz Augusto von Dentz2009-04-091-29/+97
* Don't change Powered property when changing scan mode.Luiz Augusto von Dentz2009-04-091-9/+1
* Fix Device.Connected property tracking when changing the Powered property.Johan Hedberg2009-04-081-3/+3
* Fix errno string conversionJohan Hedberg2009-04-071-18/+18
* Fix CancelDeviceCreation error return for an already existing deviceJohan Hedberg2009-04-061-2/+2
* Also cache service class updates during adapter initializationJohan Hedberg2009-03-251-1/+3
* Fix local class of device race conditions upon bluetoothd startupJohan Hedberg2009-03-241-3/+28
* Cancel periodic inquiry at startupZygo Blaxell2009-03-241-0/+4
* Handle case where inquiry is active when bluetoothd starts upZygo Blaxell2009-03-241-4/+5
* Don't hide temporary devices on Adapter.ListDevices method.Luiz Augusto von Dentz2009-03-211-3/+0
* Fix CancelDeviceCreation error to match the API descriptionJohan Hedberg2009-03-191-2/+2
* Add "Class" property to org.bluez.Adapter interface.Bea Lam2009-03-151-0/+13
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-271-0/+10
* Fix typoJohan Hedberg2009-02-241-1/+1
* Convert pairing code to use BtIOJohan Hedberg2009-02-211-2/+2
* Log probe failures.Luiz Augusto von Dentz2009-02-191-13/+18
* Only storage class of device if it changedMarcel Holtmann2009-02-141-0/+5
* Fix changing adapter's name while Powered is False.Luiz Augusto von Dentz2009-02-131-2/+2
* Fix not handling properly local name changes.Luiz Augusto von Dentz2009-02-121-5/+24
* Fix resetting trusts on every reboot.Luiz Augusto von Dentz2009-02-121-6/+0
* Various coding style cleanupsJohan Hedberg2009-02-061-46/+61
* Fix authentication replies when disconnectedJohan Hedberg2009-02-031-1/+1
* Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz2009-01-211-32/+30
* Use hci_send_req instead of hci_send_cmd for write_scan_enableJohan Hedberg2009-01-141-2/+9
* Explicitly disable scans before powering adapter downJohan Hedberg2009-01-141-0/+2
* Fix LIAC setting while toggling Pairable property when Discoverable=trueJohan Hedberg2009-01-141-0/+4
* Don't remove linkkeys upon adapter removalJohan Hedberg2009-01-131-2/+2
* Clear authentication info upon disconnectJohan Hedberg2009-01-131-0/+3
* RemoveDevice() should also update adapter->connectionsJohan Hedberg2009-01-131-0/+1
* Handle active connection using device object.Luiz Augusto von Dentz2009-01-111-108/+86