#author("2021-10-05T01:23:37+09:00","","")
[[Raspberry Pi/Raspberry Pi OS Lite]]

** bluetooth [#eb8ca826]
**/etc/systemd/system/dbus-org.bluez.service [#vac1f9dc]
-変更前
 ExecStart=/usr/lib/bluetooth/bluetoothd
-変更後
 ExecStart=/usr/lib/bluetooth/bluetoothd --compat
 ExecStartPost=/usr/bin/sdptool add SP
**/etc/suystemd/system/rfcomm.service (新規作成) [#n9e5ec2a]
 [Unit]
 Description=RFCOMM service
 After=bluetooth.service
 Requires=bluetooth.service
 
 [Service]
 ExecStart=/usr/bin/rfcomm watch 0 1 /sbin/agetty rfcomm0 115200 linux
 
 [Install]
 WantedBy=multi-user.target

-反映
 sudo systemctl daemon-reload
再起動

トップ   差分 バックアップ リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS