1BLUETOOTHD(8) System management commands BLUETOOTHD(8)
2
3
4
6 bluetoothd - Bluetooth daemon
7
8
10 bluetoothd [ -n ]
11
12
14 This manual page documents briefly the bluetoothd daemon, which manages
15 all the Bluetooth devices. bluetoothd itself does not accept many com‐
16 mand-line options, as most of its configuration is done in the
17 /etc/bluetooth/main.conf file, which has its own man page. bluetoothd
18 can also provide a number of services via the D-Bus message bus system.
19
21 -n Don't run as daemon in background.
22
23 -d Enable debug information output.
24
25 -m mtu-size
26 Use specific MTU size for SDP server.
27
28
30 /etc/bluetooth/main.conf
31 Default location of the global configuration file.
32
33
34 /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/linkkeys
35 Default location for link keys of paired devices. The directory
36 nn:nn:nn:nn:nn:nn is the address of the local device. The file
37 is line separated, with the following columns separated by
38 whitespace:
39
40 nn:nn:nn:nn:nn:nn Remote device address.
41
42 nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn Link key.
43
44 n Link type integer.
45
46
47 /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/names
48 Default location for the device name cache. The directory
49 nn:nn:nn:nn:nn:nn is the address of the local device. The file
50 is line separated, with the following columns separated by
51 whitespace:
52
53 nn:nn:nn:nn:nn:nn Remote device address.
54
55 name Remote device name, terminated with newline.
56
57
58 /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/features
59 Default location for the features cache. The directory
60 nn:nn:nn:nn:nn:nn is the address of the local device. The file
61 is line separated, with the following columns separated by
62 whitespace:
63
64 nn:nn:nn:nn:nn:nn Remote device address.
65
66 nnnnnnnnnnnnnnnn Remote device LMP features coded as an 8 byte
67 bitfield.
68
69
70 /var/lib/bluetooth/nn:nn:nn:nn:nn:nn/manufacturers
71 Default location for the manufacturers cache. The directory
72 nn:nn:nn:nn:nn:nn is the address of the local device. The file
73 is line separated, with the following columns separated by
74 whitespace:
75
76 nn:nn:nn:nn:nn:nn Remote device address.
77
78 n Remote device manufacturer integer.
79
80 n Remote device LMP version integer.
81
82 n Remote device LMP sub-version integer.
83
84
86 This manual page was written by Marcel Holtmann, Philipp Matthias Hahn
87 and Fredrik Noring.
88
89
90
91Bluetooth daemon March 2004 BLUETOOTHD(8)