Ich hatte lange das Problem, dass kurz nachdem Bluetooth-Verbindungsaufbau von meinem Arch Linux (Thinkpad x220) die Verbindung wieder beendet wurde.
Die Lösung:
# Verbindung beenden (falls noch nicht geschehen), dann:
pactl load-module module-bluetooth-discover
Via Ubuntu Forums
Dauerhaft aktivieren sollte man vielleicht diese Zeilen in /etc/pulse/default.pa
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif