summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move common files into src directoryMarcel Holtmann2009-08-2812-0/+4429
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-232-111/+17
* Trigger builtin plugin loading even if PLUGINDIR is not setMarcel Holtmann2009-08-201-1/+1
* Fix builtin plugin loading when PLUGINDIR is not validMarcel Holtmann2009-08-201-1/+2
* Add more error codes to plugin loadingMarcel Holtmann2009-08-201-4/+8
* Check PLUGINDIR after loading the builtin pluginsMarcel Holtmann2009-08-201-3/+3
* Wait 5 milliseconds before doing Simple Pairing auto-acceptMarcel Holtmann2009-08-201-0/+3
* Fix Class of Device setting when InitiallyPowered=falseJohan Hedberg2009-08-171-1/+1
* Remove unused variable from the hci_dev structJohan Hedberg2009-08-151-1/+0
* Move logging functions into the daemonMarcel Holtmann2009-08-143-1/+147
* Implement Class of Device cache for async behaviour.Alok Barsode2009-08-157-187/+170
* Allow lp (CUPS) to talk to bluetoothdTill Kamppeter2009-08-111-0/+6
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-091-1/+23
* Build the builtin plugins along with the daemonMarcel Holtmann2009-08-091-4/+46
* Fix Adapter Name property setting when the adapter is DOWNJohan Hedberg2009-08-051-7/+8
* Fix write_local_name name parameter type to be constJohan Hedberg2009-08-052-2/+2
* Fix device name setting for mode=off when bluetoothd startsJohan Hedberg2009-08-041-26/+31
* Fix calling set_limited_discoverable twiceJohan Hedberg2009-08-011-5/+2
* Use limited discoverable mode only when 0 < discov_timeout <= 60Johan Hedberg2009-08-011-5/+9
* Cache service class updates during bootupAlok Barsode2009-08-013-20/+28
* When RFKILL is unblocked restore the previous power settingMarcel Holtmann2009-07-311-0/+2
* Add functions for RFKILL and offline modeJohan Hedberg2009-07-314-1/+49
* Add skeleton for RFKILL supportMarcel Holtmann2009-07-294-1/+178
* Fix missing includes from header filesMarcel Holtmann2009-07-292-0/+4
* Remove the service_classes_callback mechanismAlok Barsode2009-07-225-73/+16
* Fix segfault when a record is updated.Luiz Augusto von Dentz2009-07-211-20/+17
* Fix bogus error comparisonJohan Hedberg2009-07-211-1/+1
* Adding read_name to hciops plugin.Alok Barsode2009-07-132-10/+4
* Adding set_name to hciops plugin.Alok Barsode2009-07-135-101/+63
* Fix clearing svc_cache before the adapter is upJohan Hedberg2009-07-081-1/+2
* Fixing bluetoothd to avoid passing device descriptorAlok Barsode2009-07-074-80/+106
* Fix adapter cleanup and setup prototypesMarcel Holtmann2009-07-072-4/+4
* Fix double-freeJohan Hedberg2009-07-071-1/+0
* Adding cancel_resolve_name functionality to hciops plugin.Alok Barsode2009-07-022-19/+7
* Adding resolve name functionality to hciops plugin.Alok Barsode2009-07-022-17/+3
* Adding adapter_resolve_names to adapter.c.Alok Barsode2009-07-025-71/+56
* Make sure name resolving is disabled for non DBus applications.Luiz Augusto von Dentz2009-06-301-7/+4
* Adding inquiry_complete method to handle inquiry complete event.Alok Barsode2009-06-303-79/+64
* Adding start_inquiry method to handle inquiry start event.Alok Barsode2009-06-303-60/+49
* 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