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