2024-01-29 20:42:32

by Victor Pushkarev

[permalink] [raw]
Subject: [PATCH BlueZ v1 0/2] Introduce option to limit A2DP channels

This patch adds feature to limit the number of active A2DP connections.

This may be necessary to prevent audio mixing problem when playing from
multiple sources using A2DP profile.

Victor Pushkarev (2):
main.conf: Introduce option to limit A2DP channels
a2dp: Reject connection when the channel limit is exceeded

profiles/audio/a2dp.c | 8 ++++++++
src/btd.h | 6 ++++++
src/main.c | 16 ++++++++++++++++
src/main.conf | 5 +++++
4 files changed, 35 insertions(+)

--
2.39.3 (Apple Git-145)