how to turn on bluetooth from terminal on ubuntu code example
Example 1: how to turn off bluetooth in ubuntu 18.04 terminal
sudo rfkill block bluetooth : To stop bluetooh
sudo rfkill unblock bluetooth : To start bluetooh
Example 2: turn on bluetooth terminal linux
rfkill block bluetooth