Scroll to navigation

BLUETOOTHD(8) System management commands BLUETOOTHD(8)

NAME

bluetoothd - Bluetooth daemon

SYNOPSIS

bluetoothd [--version] | [--help]

bluetoothd [--nodetach] [--compat] [--experimental] [--debug=<files>] [--plugin=<plugins>] [--noplugin=<plugins>]

DESCRIPTION

This manual page documents briefly the bluetoothd daemon, which manages all the Bluetooth devices. bluetoothd can also provide a number of services via the D-Bus message bus system.

OPTIONS

Print bluetoothd version and exit.
Print bluetoothd options and exit.
Enable logging in foreground. Directs log output to the controlling terminal in addition to syslog.
Specifies an explicit config file path instead of relying on the default path(/etc/bluetooth/main.conf) for the config file.

Sets how much information bluetoothd sends to the log destination (usually syslog's "daemon" facility). If the file options are omitted, then debugging information from all the source files are printed. If file options are present, then only debug prints from that source file are printed. The option can be a pattern containing "*" and "?" characters.

Example: --debug=src/adapter.c:src/agent.c

Load these plugins only. The option can be a pattern containing "*" and "?" characters.
Never load these plugins. The option can be a pattern containing "*" and "?" characters.

Provide deprecated command line interfaces.
Enable experimental interfaces. Those interfaces are not guaranteed to be compatible or present in future releases.

Enable Kernel experimental features. Kernel experimental features are considered unstable and may be removed from future kernel releases.

FILES

/etc/bluetooth/main.conf
Location of the global configuration file.

RESOURCES

http://www.bluez.org

REPORTING BUGS

linux-bluetooth@vger.kernel.org

AUTHOR

Marcel Holtmann, Philipp Matthias Hahn, Fredrik Noring

COPYRIGHT

Free use of this software is granted under ther terms of the GNU Lesser General Public Licenses (LGPL).

March, 2004 BlueZ