Branch: refs/heads/963746 Home: https://github.com/bluez/bluez Commit: 5441383c657676d6a67c629b166778bed220316f https://github.com/bluez/bluez/commit/5441383c657676d6a67c629b166778bed220316f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-16 (Fri, 16 May 2025) Changed paths: M profiles/audio/a2dp.c M profiles/audio/avdtp.c M profiles/audio/avdtp.h Log Message: ----------- avdtp: Fix setting in_use flag for local seps This removes the assumption that only 1 stream can be configured per local sep which prevents multipoint setups where different devices can be using the same local endpoint. Commit: c4c314de11b951e63d20aa10211a57db1361065b https://github.com/bluez/bluez/commit/c4c314de11b951e63d20aa10211a57db1361065b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-16 (Fri, 16 May 2025) Changed paths: M profiles/audio/a2dp.c M profiles/audio/a2dp.h M profiles/audio/media.c M profiles/audio/transport.c Log Message: ----------- a2dp: Fix a2dp_sep mapping to a single stream This removes the assumption that only 1 stream can be configured per local sep which prevents multipoint setups where different devices can be using the same local endpoint. Fixes: https://github.com/bluez/bluez/issues/1037 Fixes: https://github.com/bluez/bluez/issues/1064 Fixes: https://github.com/bluez/bluez/issues/597 Compare: https://github.com/bluez/bluez/compare/5441383c6576%5E...c4c314de11b9 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications