Branch: refs/heads/989741 Home: https://github.com/bluez/bluez Commit: ca79b1e5e43a1fdcf37a60777171244d031d302b https://github.com/bluez/bluez/commit/ca79b1e5e43a1fdcf37a60777171244d031d302b Author: Pauli Virtanen <pav@xxxxxx> Date: 2025-08-10 (Sun, 10 Aug 2025) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: reset local ep states on bap session detach When detaching BAP session, the session is removed from the global list, and streams do not go through normal state change cleanup, so local endpoint states are not cleaned up. This causes problems as ASE may be in busy state even though there is no stream. Fix by resetting all ASE to IDLE state after detaching all streams. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications