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)