Skip to content

Bluetooth troubleshooting

Nico Kaiser edited this page Oct 31, 2020 · 1 revision

When connecting to Bluetooth and using A2DP audio, all kinds of strange things may happen. Most of the problems can be fixed by using an external USB Bluetooth dongle, as the internal Raspberry Pi Bluetooth module is not very capable.

Fast Connectable

Using the FastConnectable flag may lead to faster Bluetooth connections, but may also lead to poor sound quality. You can try and see if it works for you. See #70

Add the flag to the General section in /etc/bluetooth/main.conf:

[General]
...
FastConnectable = true
...
Clone this wiki locally