So, many are complaining about Bluetooth not working in Linux. This can be a complicated issue, but there is one thing you should definitely do and that might be exactly the solution you’re looking for. (That solved my Bluetooth issue)
Try running the following commands to stop and disable a systemd service called “bluetooth-mesh.service”
systemctl stop bluetooth-mesh.service
systemctl disable bluetooth-mesh.service
And if your problem is the same as mine, congrats, you can now use Bluetooth!