Grimoire-
Command
.es

GNU+Linux command memo

Bluetooth disabled on startup

Ne pas activer automatiquement le récepteur Bluetooth de sa machine au démarrage.

$ sudo vi /etc/bluetooth/main.conf +%s/AutoEnable=true/AutoEnable=false/ +:wq  (1) (2)
1 Set the AutoEnable setting of /etc/bluetooth/main.conf file to false
2 A more conventional approach would be : sudo sed -i '%s/AutoEnable=true/AutoEnable=false/' /etc/bluetooth/main.conf
If you use the blueman-applet, and enabled the Auto power-on behavior of the PowerManager plugin, it will still enable your bluetooth adapter on startup.