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 the A2DP profile. Victor Pushkarev (2): main.conf: Introduce option to limit A2DP channels a2dp: Reject incoming connection when channel limit is exceeded profiles/audio/a2dp.c | 9 +++++++++ profiles/audio/media.c | 11 +++++++++++ src/btd.h | 6 ++++++ src/main.c | 15 +++++++++++++++ src/main.conf | 5 +++++ 5 files changed, 46 insertions(+) -- 2.39.3 (Apple Git-146)