Make bluetooth disabled by default [duplicate]
To disable bluetooth service on startup
sudo nano /etc/rc.local
add this line before exit 0
rfkill block bluetooth
To disable bluetooth service on startup
sudo nano /etc/rc.local
add this line before exit 0
rfkill block bluetooth