How to disable bluetooth automatic turn on in Ubuntu 18.10
Asked
Active
Viewed 3,139 times
This AskUbuntu answer was the one that do it for me.
It uses systemctl to turn off the bluetooth.service:
to deactivate bluetooth on startup issue this
sudo systemctl disable bluetooth.service