Forrest logo
back to context overview

bluetoothd

List of commands for bluetoothd:

  • bluetoothd:tldr:64c9b bluetoothd: Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`).
    $ bluetoothd --configfile ${filename}
    try on your machine
    explain this command
  • bluetoothd:tldr:700b1 bluetoothd: Start the daemon with verbose output to `stderr`.
    $ bluetoothd --debug
    try on your machine
    explain this command
  • bluetoothd:tldr:c8a67 bluetoothd: Start the daemon.
    $ bluetoothd
    try on your machine
    explain this command
  • bluetoothd:tldr:e5dbf bluetoothd: Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source.
    $ bluetoothd --debug=${filename1}:${filename2}:${filename3}
    try on your machine
    explain this command
  • bluetoothd:tldr:f7b20 bluetoothd: Start the daemon, logging to `stdout`.
    $ bluetoothd --nodetach
    try on your machine
    explain this command
back to context overview