OSDN Git Service

build: Add --enable-midi to bootstrap-configure
[android-x86/external-bluetooth-bluez.git] / 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 [--version] | [--help]
8
9 .B bluetoothd [--nodetach] [--compat] [--experimental] [--debug=<files>] [--plugin=<plugins>] [--noplugin=<plugins>]
10
11 .SH "DESCRIPTION"
12 This manual page documents briefly the
13 .B bluetoothd
14 daemon, which manages all the Bluetooth devices.
15 .B bluetoothd
16 can also provide a number of services via the D-Bus message bus
17 system.
18 .SH "OPTIONS"
19 .TP
20 .B -v, --version
21 Print bluetoothd version and exit.
22 .TP
23 .B -h, --help
24 Print bluetoothd options and exit.
25 .TP
26 .B -n, --nodetach
27 Enable logging in foreground. Directs log output to the controlling terminal \
28 in addition to syslog.
29 .TP
30 .B -d, --debug=<file1>:<file2>:...
31 Sets how much information bluetoothd sends to the log destination (usually \
32 syslog's "daemon" facility). If the file options are omitted, then debugging \
33 information from all the source files are printed. If file options are \
34 present, then only debug prints from that source file are printed. The option \
35 can be a pattern containing "*" and "?" characters.
36
37 Example: --debug=src/adapter.c:src/agent.c
38 .TP
39 .B -p, --plugin=<plugin1>,<plugin2>,..
40 Load these plugins only. The option can be a pattern containing "*" and "?" \
41 characters.
42 .TP
43 .B -P, --noplugin=<plugin1>,<plugin2>,..
44 Never load these plugins. The option can be a pattern containing "*" and "?" \
45 characters.
46 .TP
47 .B -C, --compat
48 Provide deprecated command line interfaces.
49 .TP
50 .B -E, --experimental
51 Enable experimental interfaces. Those interfaces are not guaranteed to be
52 compatible or present in future releases.
53 .SH "FILES"
54 .TP
55 .I @CONFIGDIR@/main.conf
56 Location of the global configuration file.
57
58 .SH "AUTHOR"
59 This manual page was written by Marcel Holtmann, Philipp Matthias Hahn and Fredrik Noring.