最終更新:2023-02-14 (火) 10:13:48 (430d)  

bluetoothd
Top / bluetoothd

Bluetooth daemon

https://linux.die.net/man/8/bluetoothd

機能

  • アダプタ毎の設定保存
  • リンクキーの管理
  • サービス検索プロトコル(SDP)のデーモン
  • 上位アプリケーションとの通信など

ソースコード

systemdのユニット

停止

  • sudo systemctl disable bluetooth.service 
    sudo systemctl stop bluetooth.service
    systemctl status bluetooth.service

ログ

Linux/usr/lib/bluetooth/bluetoothd --help

  • Usage:
      bluetoothd [OPTION?]
    
    Help Options:
      -h, --help                  Show help options
    
    Application Options:
      -d, --debug=DEBUG           Specify debug options to enable
      -p, --plugin=NAME,..,       Specify plugins to load
      -P, --noplugin=NAME,...     Specify plugins not to load
      -f, --configfile=FILE       Specify an explicit path to the config file
      -C, --compat                Provide deprecated command line interfaces
      -E, --experimental          Enable experimental interfaces
      -n, --nodetach              Run with logging in foreground
      -v, --version               Show version information and exit
    

BlueZ/プラグイン

  • -p, --plugin=NAME,..,Specify plugins to load
    -P, --noplugin=NAME,...Specify plugins not to load

デバッグ

  • systemctl stop bluetooth
  • RPi OS
    • 2020-08-22
      /usr/lib/bluetooth/bluetoothd
      /usr/libexec/bluetooth/bluetoothd -n -d
  • Ubuntu
    /usr/lib/bluetooth/bluetoothd -n -d

設定ファイル

Ubuntu/パッケージ

関連