ubuntu bluetooth not working

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

# make it automatic on boot
sudo systemctl enable bluetoothsudo service bluetooth restart
sudo rfkill unblock bluetooth

Source

Also in C++: