我正在为一个项目构建一个蓝牙客户端,我正在寻找一种方法来崩溃 Linux 中 bluez 提供的 dbus 蓝牙服务,最好以受控、可恢复的方式。
你有什么建议吗?
我只找到了使用关闭蓝牙电源的方法
sudo service bluetooth stop
sudo hciconfig hci0 down
sudo systemctl stop bluetooth
答案1
尝试:
sudo apt-get purge bluez -y
sudo apt-get autoremove -y
来源:https://di-marco.net/blog/it/2020-04-18-tips-disabling_bluetooth_on_raspberry_pi/