restart bluetooth in ubuntu 20.04 code example
Example 1: restart bluetooth ubuntu
sudo service bluetooth restart
Example 2: ubuntu 20.04 bluetooth not turning on or working
#turn bluetooth on:
sudo /etc/init.d/bluetooth start
# make it automatic on boot
sudo systemctl enable bluetooth
Example 3: bluetooth keep restarting ubuntu
sudo systemctl enable bluetooth