restart bluetooth in ubuntu

C++
#turn bluetooth on:
sudo /etc/init.d/bluetooth restart

# make it automatic on boot
sudo systemctl enable bluetoothsudo service bluetooth restart
sudo rmmod btusb
sudo modprobe btusbsudo systemctl enable bluetooth
Source

Also in C++: