Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: da5846c096cd1006d512bbdbc466fc46a61417b8 https://github.com/bluez/bluez/commit/da5846c096cd1006d512bbdbc466fc46a61417b8 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-01 (Tue, 01 Apr 2025) Changed paths: M gdbus/object.c Log Message: ----------- dbus: Fix condition for invalidating path This fixes the condition introduced in cdd02afbb7ef ("dbus: Fix add invalid memory during interface removal") which was reversed while applying the original fix. Fixes: https://github.com/bluez/bluez/issues/1155 Commit: 6d20a300642f312290af0bc9869a0e1b416c58dc https://github.com/bluez/bluez/commit/6d20a300642f312290af0bc9869a0e1b416c58dc Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-01 (Tue, 01 Apr 2025) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Fix swallowing states transitions In certain cases (e.g ASCS_Enable) a Control Point operation may change states multiple times causing states not to be notified. To fix this attempts to queue states if timeout is pending (state_id) and then proceed to notify them ahead of the last state set in the ASE so the remote side is informed of all the state transitions. Compare: https://github.com/bluez/bluez/compare/47e5d3491d37...6d20a300642f To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications