Replies: 1 comment
-
The number of simultaneously connected devices is not restricted by BlueALSA. However, there might be some limit imposed by Bluetooth/BlueZ. By default BlueALSA registers 2 endpoints per enabled codec. During the connection new endpoint is registered to keep the number of available (not connected) endpoints >= 2 (per codec). Up to bluez-alsa <= 4.1.x this should work with every BlueZ version. But in the next major/minor release (and soon in the master branch), this functionality will require BlueZ >= 5.67 (which is not released yet). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How many audio in/out devices it is possible to connect simultaneously, at the same time via bluealsa?
When I type
bluealsa -p a2dp-sink
, I get:Does it mean that I can have 4 devices, 2 with AAC and 2 with SBC?
Beta Was this translation helpful? Give feedback.
All reactions