1BLUETOOTHD(8) System management commands BLUETOOTHD(8)
2
3
4
6 bluetoothd - Bluetooth daemon
7
9 bluetoothd [--version] | [--help]
10
11 bluetoothd [--nodetach] [--compat] [--experimental] [--debug=<files>]
12 [--plugin=<plugins>] [--noplugin=<plugins>]
13
15 This manual page documents briefly the bluetoothd daemon, which manages
16 all the Bluetooth devices. bluetoothd can also provide a number of ser‐
17 vices via the D-Bus message bus system.
18
20 -v, --version
21 Print bluetoothd version and exit.
22
23 -h, --help
24 Print bluetoothd options and exit.
25
26 -n, --nodetach
27 Enable logging in foreground. Directs log output to the control‐
28 ling terminal in addition to syslog.
29
30 -f, --configfile
31 Specifies an explicit config file path instead of relying on the
32 default path(/etc/bluetooth/main.conf) for the config file.
33
34 -d, --debug=<file1>:<file2>:...
35 Sets how much information bluetoothd sends to the log destina‐
36 tion (usually syslog's "daemon" facility). If the file options
37 are omitted, then debugging information from all the source
38 files are printed. If file options are present, then only debug
39 prints from that source file are printed. The option can be a
40 pattern containing "*" and "?" characters.
41
42 Example: --debug=src/adapter.c:src/agent.c
43
44 -p, --plugin=<plugin1>,<plugin2>,..
45 Load these plugins only. The option can be a pattern containing
46 "*" and "?" characters.
47
48 -P, --noplugin=<plugin1>,<plugin2>,..
49 Never load these plugins. The option can be a pattern containing
50 "*" and "?" characters.
51
52 -C, --compat
53 Provide deprecated command line interfaces.
54
55 -E, --experimental
56 Enable experimental interfaces. Those interfaces are not guaran‐
57 teed to be compatible or present in future releases.
58
60 /etc/bluetooth/main.conf
61 Location of the global configuration file.
62
64 http://www.bluez.org
65
67 linux-bluetooth@vger.kernel.org
68
70 Marcel Holtmann, Philipp Matthias Hahn, Fredrik Noring
71
73 Free use of this software is granted under ther terms of the GNU Lesser
74 General Public Licenses (LGPL).
75
76
77
78
79BlueZ March, 2004 BLUETOOTHD(8)