restart bluetooth service linux code example
Example 1: restart bluetooth ubuntu
sudo service bluetooth restart
Example 2: bluetooth keep restarting ubuntu
sudo systemctl enable bluetooth
sudo service bluetooth restart
sudo systemctl enable bluetooth