最近我在我的笔记本电脑上安装了 ubuntu 22.04。安装我的三星 Galaxy Bud Pro 后,它在 Windows 中运行,现在无法连接。当我尝试使用 “设置”按钮进行连接时,它不断加载并且没有任何反应,其他蓝牙设备工作正常。

我尝试了很多方法包括
使用以下命令打开蓝牙:
sudo /etc/init.d/bluetooth restart
Run Code Online (Sandbox Code Playgroud)
使其在启动时自动启动
sudo systemctl enable bluetooth
Run Code Online (Sandbox Code Playgroud)