开启蓝牙声音的步骤:

1,打开下面的文件

/lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf

2,你会看到下面这句话

ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp

3,把2里面的内容修改为下面的内容

ExecStart=/usr/lib/bluetooth/bluetoothd -d

也就是删除了–noplugin=audio,a2dp,avrcp

4,执行下面命令

sudo apt-get update
sudo apt-get install pulseaudio-module-bluetooth
sudo reboot