ubuntu 20.04 bluetooth not turning on or working

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

# make it automatic on boot
sudo systemctl enable bluetooth
Source

Also in C++: