ubuntu 20.04 bluetooth 5 code example
Example 1: ubuntu bluetooth not working
#turn bluetooth on:
sudo /etc/init.d/bluetooth restart
# make it automatic on boot
sudo systemctl enable bluetooth
Example 2: turn off bluetooth by default ubuntu 20\.04
sudo systemctl disable bluetooth.service