System Grab Bag

View all TLDR pages from Linux (or from all pages)

bluetoothd

Daemon to manage bluetooth devices. More information: https://manned.org/bluetoothd.
  • Start the daemon:
    bluetoothd
  • Start the daemon, logging to stdout:
    bluetoothd --nodetach
  • Start the daemon with a specific configuration file (defaults to /etc/bluetooth/main.conf):
    bluetoothd --configfile {{path/to/file}}
  • Start the daemon with verbose output to stderr:
    bluetoothd --debug
  • Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
    bluetoothd --debug={{path/to/file1}}:{{path/to/file2}}:{{path/to/file3}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.