Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 665f35180ff20ceb994f857bd11f1b31742faf80 https://github.com/bluez/bluez/commit/665f35180ff20ceb994f857bd11f1b31742faf80 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-15 (Thu, 15 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: 05f8bd489fd1fbf27dfdc4828bb15aeece3a50a3 https://github.com/bluez/bluez/commit/05f8bd489fd1fbf27dfdc4828bb15aeece3a50a3 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/00969bdb17ea...05f8bd489fd1 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications