bluetooth turned off ubuntu code example
Example 1: restart bluetooth ubuntu
sudo service bluetooth restart
Example 2: turn off bluetooth by default ubuntu 20\.04
sudo systemctl disable bluetooth.service
Example 3: how to turn off bluetooth in ubuntu 18.04 terminal
sudo rfkill block bluetooth : To stop bluetooh
sudo rfkill unblock bluetooth : To start bluetooh