Every time I boot into Ubuntu 19.04 it shows this message. This doesn't cause any problem. The system Boots Up correctly and Bluetooth is also functioning properly. But why this is happening I don't know. And this is annoying..
1 Answer
I had the same issue after I upgraded to 20,04
Resolved it by:
Updated /etc/bluetooth/main.conf
AutoEnable=false\ previous setting was true
2Stopped and disabled the service
systemctl stop bluetooth.servicesystemctl disable bluetooth.service