summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix Device.CancelDiscovery() to cancel discover request.Luiz Augusto von Dentz2009-05-141-143/+153
* Add NameResolving option to main.confIlya Rubtsov2009-05-104-3/+19
* Check for LMP version and not HCI revisionMarcel Holtmann2009-05-091-1/+1
* Fix race condition while pairing.Luiz Augusto von Dentz2009-05-082-10/+20
* Make sure temporary flag is only removed when Device.Create*Device succeed.Luiz Augusto von Dentz2009-05-082-2/+8
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-083-6/+7
* Fix agent cancellation for sec mode 3 pairing acceptor failureJohan Hedberg2009-05-081-1/+3
* Fix service class update when adapter is DOWNJohan Hedberg2009-05-062-4/+1
* Add NULL pointer check to adapter_get_device return valueJohan Hedberg2009-05-061-0/+4
* Remove unnecessary "starting" variableJohan Hedberg2009-05-065-15/+9
* Fix service classes race condition upon starting bluetoothdJohan Hedberg2009-05-061-2/+3
* Adding stop() functionality to hciops plugin.Alok Barsode2009-05-062-14/+11
* Code cleanup in adapter.c.Alok Barsode2009-05-061-4/+12
* Add workaround for dealing with unknown inquiry complete.Luiz Augusto von Dentz2009-05-051-1/+11
* Make use of struct remote_dev_info for out of range list.Luiz Augusto von Dentz2009-05-053-35/+14
* Fix discovering when using software scheduler.Luiz Augusto von Dentz2009-05-051-2/+1
* Continue emitting DeviceFound for devices which the name was already resolved.Luiz Augusto von Dentz2009-05-051-2/+7
* Fix NoInputNoOutput IO capability stringJohan Hedberg2009-05-051-3/+3
* Add missing signal.h includeJohan Hedberg2009-05-041-0/+1
* Add support for builtin pluginsMarcel Holtmann2009-05-033-3/+30
* Adding start() functionality to hciops plugin.Alok Barsode2009-05-032-15/+7
* Moving adapter_ops registration to adapter.c.Alok Barsode2009-05-035-44/+43
* Fix HCI socket leak in device_remove_bondingJohan Hedberg2009-05-031-6/+6
* Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz2009-04-301-27/+30
* Make sure device are unloaded before drivers when removing an adapter.Luiz Augusto von Dentz2009-04-281-2/+2
* Adding btd_register_adapter_ops framework.Alok Barsode2009-04-283-0/+46
* Moving all adapter initialization code to hciops plugin.Alok Barsode2009-04-282-249/+12
* Initializing hciops plugin. Adding IO event handing.Alok Barsode2009-04-281-121/+1
* Using device_event to register and setup already known devices.Alok Barsode2009-04-271-6/+3
* Modifying device_devreg_setup. Check if device is up in device_devreg_setup i...Alok Barsode2009-04-271-5/+8
* exporting device_event().Alok Barsode2009-04-272-14/+15
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-273-5/+9
* Add support to disconnect watch registration.Luiz Augusto von Dentz2009-04-223-8/+83
* Introduce btd_device_ref and btd_device_unref.Luiz Augusto von Dentz2009-04-222-7/+40
* Cleanup temporary device entries from storage.Luiz Augusto von Dentz2009-04-221-1/+1
* Using # operator to stringify plugin name.Alok Barsode2009-04-211-1/+1
* Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode2009-04-212-9/+28
* 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-164-20/+26
* Fix device removal while there's an authorization request pendingJohan Hedberg2009-04-113-6/+40
* Add GDestroyNotify support to agent callbacksJohan Hedberg2009-04-114-21/+38
* Minor whitespace fixJohan Hedberg2009-04-111-1/+1
* Update alias once name is updated.Luiz Augusto von Dentz2009-04-092-9/+13
* Cleanup emit_device_found code.Luiz Augusto von Dentz2009-04-093-142/+113
* Simplify Manager.ListAdapters.Luiz Augusto von Dentz2009-04-091-10/+0
* Simplify Manager.FindAdapter.Luiz Augusto von Dentz2009-04-091-18/+4
* Introduce manager_find_adapter_by_address.Luiz Augusto von Dentz2009-04-092-6/+24
* Remove unnecessary function.Luiz Augusto von Dentz2009-04-091-45/+8
* 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-082-4/+4