Man page - bluetoothd(8)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
BLUETOOTHD
NAMESYNOPSIS
DESCRIPTION
OPTIONS
FILES
RESOURCES
REPORTING BUGS
AUTHOR
COPYRIGHT
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
-v , --version
Print bluetoothd version and exit.
-h , --help
Print bluetoothd options and exit.
-n , --nodetach
Enable logging in foreground. Directs log output to the controlling terminal in addition to syslog.
-f , --configfile
Specifies an explicit config file path instead of relying on the default path( /etc/bluetooth/main.conf ) for the config file.
-d, --debug=<file1>:<file2>:...
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
-p, --plugin=<plugin1>,<plugin2>,..
Load these plugins only. The option can be a pattern containing "*" and "?" characters.
-P, --noplugin=<plugin1>,<plugin2>,..
Never load these plugins. The option can be a pattern containing "*" and "?" characters.
-C , --compat
Provide deprecated command line interfaces.
-E , --experimental
Enable D-Bus experimental interfaces. These interfaces are not guaranteed to be compatible or present in future releases.
-T , --testing
Enable D-Bus testing interfaces. These interfaces are only meant for test validation of the internals of bluetoothd and shall not never be used by anything other than that.
-K, --kernel=<uuid1>,<uuid2>,...
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 the terms of the GNU Lesser General Public Licenses (LGPL).