bluetooth manager restart ubuntu code example
Example 1: restart bluetooth ubuntu
sudo service bluetooth restart
Example 2: restart bluetooth in ubuntu
sudo rmmod btusb
sudo modprobe btusb
sudo service bluetooth restart
sudo rmmod btusb
sudo modprobe btusb