If you notice “error: a2dp-source profile connect failed for protocol not available“, probably in the log or via systemctl
1 2 3 | sudo cat /var/log/syslog | grep -i protocol #or sudo systemctl status bluetooth |
open the bluealsa.service file
1 | sudo nano /lib/systemd/system/bluealsa .service |
and append the a2dp-sink:
1 | ExecStart= /usr/bin/bluealsa --profile=a2dp-sink |
Now reboot. Check with
1 | sudo bluetoothctl show |