HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bluetoothd — Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddevicesdaemonclimanagebluetoothdmorebluetooth
linux

Problem

How to use the bluetoothd command: Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

Solution

bluetoothd — Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

Start the daemon:
bluetoothd


Start the daemon, logging to stdout:
bluetoothd {{[-n|--nodetach]}}


Start the daemon with a specific configuration file (defaults to /etc/bluetooth/main.conf):
bluetoothd {{[-f|--configfile]}} {{path/to/file}}


Start the daemon with verbose output to stderr:
bluetoothd {{[-d|--debug]}}


Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
bluetoothd {{[-d|--debug=]}}{{path/to/file1:path/to/file2:...}}

Code Snippets

Start the daemon

bluetoothd

Start the daemon, logging to `stdout`

bluetoothd {{[-n|--nodetach]}}

Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`)

bluetoothd {{[-f|--configfile]}} {{path/to/file}}

Start the daemon with verbose output to `stderr`

bluetoothd {{[-d|--debug]}}

Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source

bluetoothd {{[-d|--debug=]}}{{path/to/file1:path/to/file2:...}}

Context

tldr-pages: linux/bluetoothd

Revisions (0)

No revisions yet.