commands.sh

bluetoothd

linux

Daemon to manage bluetooth devices.

More info →

Options (4)

-n, --nodetachboolean

Start the daemon, logging to `stdout`

Example: bluetoothd {{[-n|--nodetach]}}
-f, --configfileboolean

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

Example: bluetoothd {{[-f|--configfile]}} {{path/to/file}}
-d, --debugboolean

Start the daemon with verbose output to `stderr`

Example: bluetoothd {{[-d|--debug]}}
-dboolean

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

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

Examples (5)

Start the daemon

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:...
made by @shridhargupta | data from tldr-pages