Blame src/bluetoothd.8.in

Packit 34410b
.\"
Packit 34410b
.TH "BLUETOOTHD" "8" "March 2004" "Bluetooth daemon" "System management commands"
Packit 34410b
.SH "NAME"
Packit 34410b
bluetoothd \- Bluetooth daemon
Packit 34410b
Packit 34410b
.SH "SYNOPSIS"
Packit 34410b
.B bluetoothd [--version] | [--help]
Packit 34410b
Packit 34410b
.B bluetoothd [--nodetach] [--compat] [--experimental] [--debug=<files>] [--plugin=<plugins>] [--noplugin=<plugins>]
Packit 34410b
Packit 34410b
.SH "DESCRIPTION"
Packit 34410b
This manual page documents briefly the
Packit 34410b
.B bluetoothd
Packit 34410b
daemon, which manages all the Bluetooth devices.
Packit 34410b
.B bluetoothd
Packit 34410b
can also provide a number of services via the D-Bus message bus
Packit 34410b
system.
Packit 34410b
.SH "OPTIONS"
Packit 34410b
.TP
Packit 34410b
.B -v, --version
Packit 34410b
Print bluetoothd version and exit.
Packit 34410b
.TP
Packit 34410b
.B -h, --help
Packit 34410b
Print bluetoothd options and exit.
Packit 34410b
.TP
Packit 34410b
.B -n, --nodetach
Packit 34410b
Enable logging in foreground. Directs log output to the controlling terminal \
Packit 34410b
in addition to syslog.
Packit 34410b
.TP
Packit 34410b
.B -f, --configfile
Packit 34410b
Specifies an explicit config file path instead of relying on the default path \
Packit 34410b
(@CONFIGDIR@/main.conf) for the config file.
Packit 34410b
.TP
Packit 34410b
.B -d, --debug=<file1>:<file2>:...
Packit 34410b
Sets how much information bluetoothd sends to the log destination (usually \
Packit 34410b
syslog's "daemon" facility). If the file options are omitted, then debugging \
Packit 34410b
information from all the source files are printed. If file options are \
Packit 34410b
present, then only debug prints from that source file are printed. The option \
Packit 34410b
can be a pattern containing "*" and "?" characters.
Packit 34410b
Packit 34410b
Example: --debug=src/adapter.c:src/agent.c
Packit 34410b
.TP
Packit 34410b
.B -p, --plugin=<plugin1>,<plugin2>,..
Packit 34410b
Load these plugins only. The option can be a pattern containing "*" and "?" \
Packit 34410b
characters.
Packit 34410b
.TP
Packit 34410b
.B -P, --noplugin=<plugin1>,<plugin2>,..
Packit 34410b
Never load these plugins. The option can be a pattern containing "*" and "?" \
Packit 34410b
characters.
Packit 34410b
.TP
Packit 34410b
.B -C, --compat
Packit 34410b
Provide deprecated command line interfaces.
Packit 34410b
.TP
Packit 34410b
.B -E, --experimental
Packit 34410b
Enable experimental interfaces. Those interfaces are not guaranteed to be
Packit 34410b
compatible or present in future releases.
Packit 34410b
.SH "FILES"
Packit 34410b
.TP
Packit 34410b
.I @CONFIGDIR@/main.conf
Packit 34410b
Location of the global configuration file.
Packit 34410b
Packit 34410b
.SH "AUTHOR"
Packit 34410b
This manual page was written by Marcel Holtmann, Philipp Matthias Hahn and Fredrik Noring.