summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use CONFIGDIR and STORAGEDIR in src/hcid.conf.5Filippo Giunchedi2009-06-301-29/+29
* use CONFIGDIR and STORAGEDIR in src/bluetoothd.8Filippo Giunchedi2009-06-301-15/+15
* Fix another hci_devid error checkJohan Hedberg2009-06-301-1/+2
* Fix hci_open_dev error checkJohan Hedberg2009-06-301-0/+6
* Minor coding style fixJohan Hedberg2009-06-301-1/+1
* Fix error check for hci_devid()Johan Hedberg2009-06-301-2/+5
* Move MAX_NAME_LENGTH define from hcid.h to adapter.hJohan Hedberg2009-06-303-3/+2
* Fix name length checksJohan Hedberg2009-06-301-5/+5
* Use a proper define for the maximum name lengthJohan Hedberg2009-06-306-14/+17
* Fix device->name checksJohan Hedberg2009-06-301-7/+4
* Coding style fixesJohan Hedberg2009-06-301-10/+15
* Remove redundant stat() callJohan Hedberg2009-06-291-8/+0
* Fix Adapter.CancelDeviceCreation to not unmark temporary flag.Luiz Augusto von Dentz2009-06-251-1/+1
* Fix error return when bonding socket hang up.Luiz Augusto von Dentz2009-06-161-2/+5
* Add udev mode to bluetoothdBastien Nocera2009-06-114-9/+81
* Adding stop_discovery to hciops.Alok Barsode2009-06-114-186/+15
* Adding start_discovery to hciops plugin.Alok Barsode2009-06-113-114/+27
* Fix Adapter.RemoveDevice not being replied.Luiz Augusto von Dentz2009-06-021-8/+7
* Fix temporary flag if Create*Device requestor exits during SDPJohan Hedberg2009-06-021-0/+3
* Fix pairing process even if the ACL gets dropped before successful SDPJohan Hedberg2009-06-013-9/+32
* Introduce btd_adapter_ref an btd_adapter_unref.Luiz Augusto von Dentz2009-05-272-6/+35
* Fix regression which cause device object to be remove after paired.Luiz Augusto von Dentz2009-05-272-13/+16
* Make sure device is disconnect when removed.Luiz Augusto von Dentz2009-05-201-15/+2
* Make Adapter.CreateDevice to be cancelable.Luiz Augusto von Dentz2009-05-181-2/+0
* Fix race condition on device removal.Luiz Augusto von Dentz2009-05-183-32/+77
* Code cleanup in set_mode.Alok Barsode2009-05-181-31/+14
* Adding set_limited_discoverable method to hciops plugin.Alok Barsode2009-05-182-60/+11
* Modifying load_connections method.Alok Barsode2009-05-181-9/+10
* Adding set_discoverable method to hciops.Alok Barsode2009-05-182-27/+20
* Adding set_connectable method to hciops plugin.Alok Barsode2009-05-182-22/+23
* Adding set_powered method to hciops plugin.Alok Barsode2009-05-182-12/+5
* Using hci_send_cmd instead of hci_send_req to set scan mode.Alok Barsode2009-05-181-8/+2
* 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