mbox series

[BlueZ,v1,0/2] Introduce option to limit A2DP channels

Message ID 20240129204154.95773-1-VAnPushkarev@salutedevices.com
Headers show
Series Introduce option to limit A2DP channels | expand

Message

Victor Pushkarev Jan. 29, 2024, 8:41 p.m. UTC
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(+)