To disable the Bluetooth on your Raspberry Pi, you simply type:
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service
With the above commands you disable the services related to the bluetooth.
Do not forget to reboot the device with:
sudo reboot