a common setup for me is to watch videos on my laptop, stream the audio to my desktop and play video games while listening to the video audio
This worked mostly fine in ubuntu, when connecting from my laptop I could always get my laptop as an a2dp_sink with:
pacmd set-card-profile bluez... a2dp_sink
but moving over to manjaro caused a whole slew of problems.
Of note is that a lot of these problems were intermittent, when booting from windows or a live ubuntu usb stick things would work a bit better, but after the first reboot they want back to the way they were before.
btusb
to /etc/modules...
to load it at
boot
ControllerMode = bredr
to
/etc/bluetooth/main.conf
.
a2dp_sink
. If I
connect from my laptop, my laptop can stream to my desktop. If I connect
from my desktop, my desktop can stream to my laptop. Not exactly sure of
the fix to this yet.