
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 machineexplain this command
-
bluetoothd:tldr:700b1 bluetoothd: Start the daemon with verbose output to `stderr`.$ bluetoothd --debugtry on your machineexplain this command
-
bluetoothd:tldr:c8a67 bluetoothd: Start the daemon.$ bluetoothdtry on your machineexplain 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 machineexplain this command
-
bluetoothd:tldr:f7b20 bluetoothd: Start the daemon, logging to `stdout`.$ bluetoothd --nodetachtry on your machineexplain this command