Disable auto-turn on Blueoorh on Debian
- nano /etc/bluetooth/main.conf
- replace true by false in the label AutoEable
- save, exit, reboot
sudo sed -i 's/AutoEnable=true/AutoEnable=false/g' /etc/bluetooth/main.conf
Disable auto-turn on Blueoorh on Debian
sudo sed -i 's/AutoEnable=true/AutoEnable=false/g' /etc/bluetooth/main.conf