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