to deactivate bluetooth on startup issue this
sudo systemctl disable bluetooth.service
then on next reboot bluetooth will not be active ... to view status issue
sudo systemctl status bluetooth.service
to activate bluetooth on startup issue this
sudo systemctl enable bluetooth.service