summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Move common files into src directoryMarcel Holtmann12-0/+4429
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann2-111/+17
2009-08-20Trigger builtin plugin loading even if PLUGINDIR is not setMarcel Holtmann1-1/+1
2009-08-20Fix builtin plugin loading when PLUGINDIR is not validMarcel Holtmann1-1/+2
2009-08-20Add more error codes to plugin loadingMarcel Holtmann1-4/+8
2009-08-20Check PLUGINDIR after loading the builtin pluginsMarcel Holtmann1-3/+3
2009-08-20Wait 5 milliseconds before doing Simple Pairing auto-acceptMarcel Holtmann1-0/+3
2009-08-17Fix Class of Device setting when InitiallyPowered=falseJohan Hedberg1-1/+1
2009-08-15Remove unused variable from the hci_dev structJohan Hedberg1-1/+0
2009-08-14Move logging functions into the daemonMarcel Holtmann3-1/+147
2009-08-15Implement Class of Device cache for async behaviour.Alok Barsode7-187/+170
2009-08-11Allow lp (CUPS) to talk to bluetoothdTill Kamppeter1-0/+6
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann1-1/+23
2009-08-09Build the builtin plugins along with the daemonMarcel Holtmann1-4/+46
2009-08-05Fix Adapter Name property setting when the adapter is DOWNJohan Hedberg1-7/+8
2009-08-05Fix write_local_name name parameter type to be constJohan Hedberg2-2/+2
2009-08-04Fix device name setting for mode=off when bluetoothd startsJohan Hedberg1-26/+31
2009-08-01Fix calling set_limited_discoverable twiceJohan Hedberg1-5/+2
2009-08-01Use limited discoverable mode only when 0 < discov_timeout <= 60Johan Hedberg1-5/+9
2009-08-01Cache service class updates during bootupAlok Barsode3-20/+28
2009-07-31When RFKILL is unblocked restore the previous power settingMarcel Holtmann1-0/+2
2009-07-31Add functions for RFKILL and offline modeJohan Hedberg4-1/+49
2009-07-29Add skeleton for RFKILL supportMarcel Holtmann4-1/+178
2009-07-29Fix missing includes from header filesMarcel Holtmann2-0/+4
2009-07-22Remove the service_classes_callback mechanismAlok Barsode5-73/+16
2009-07-21Fix segfault when a record is updated.Luiz Augusto von Dentz1-20/+17
2009-07-21Fix bogus error comparisonJohan Hedberg1-1/+1
2009-07-13Adding read_name to hciops plugin.Alok Barsode2-10/+4
2009-07-13Adding set_name to hciops plugin.Alok Barsode5-101/+63
2009-07-08Fix clearing svc_cache before the adapter is upJohan Hedberg1-1/+2
2009-07-07Fixing bluetoothd to avoid passing device descriptorAlok Barsode4-80/+106
2009-07-07Fix adapter cleanup and setup prototypesMarcel Holtmann2-4/+4
2009-07-07Fix double-freeJohan Hedberg1-1/+0
2009-07-02Adding cancel_resolve_name functionality to hciops plugin.Alok Barsode2-19/+7
2009-07-02Adding resolve name functionality to hciops plugin.Alok Barsode2-17/+3
2009-07-02Adding adapter_resolve_names to adapter.c.Alok Barsode5-71/+56
2009-06-30Make sure name resolving is disabled for non DBus applications.Luiz Augusto von Dentz1-7/+4
2009-06-30Adding inquiry_complete method to handle inquiry complete event.Alok Barsode3-79/+64
2009-06-30Adding start_inquiry method to handle inquiry start event.Alok Barsode3-60/+49
2009-06-30use CONFIGDIR and STORAGEDIR in src/hcid.conf.5Filippo Giunchedi1-29/+29
2009-06-30use CONFIGDIR and STORAGEDIR in src/bluetoothd.8Filippo Giunchedi1-15/+15
2009-06-30Fix another hci_devid error checkJohan Hedberg1-1/+2
2009-06-30Fix hci_open_dev error checkJohan Hedberg1-0/+6
2009-06-30Minor coding style fixJohan Hedberg1-1/+1
2009-06-30Fix error check for hci_devid()Johan Hedberg1-2/+5
2009-06-30Move MAX_NAME_LENGTH define from hcid.h to adapter.hJohan Hedberg3-3/+2
2009-06-30Fix name length checksJohan Hedberg1-5/+5
2009-06-30Use a proper define for the maximum name lengthJohan Hedberg6-14/+17
2009-06-30Fix device->name checksJohan Hedberg1-7/+4
2009-06-30Coding style fixesJohan Hedberg1-10/+15