Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08bc5ece authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

LeAudio: Fix missing alarm canceling

Restore incorrectly removed alarm cancel when remote goes to CONFIGURED
state after Releasing

9ddba66b leaudio: Fix race between ASE state and CIS disconnection

Bug: 255291874
Test: manually with earbuds using Ase caching
Test: atest BluetoothInstrumentationTests
Tag: #feature
Change-Id: Ica70212255e99ddb384590ddd0a9257c3592aaae
parent ac337e8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1869,6 +1869,8 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
            return;
          }

          if (alarm_is_scheduled(watchdog_)) alarm_cancel(watchdog_);

          state_machine_callbacks_->StatusReportCb(
              group->group_id_, GroupStreamStatus::CONFIGURED_AUTONOMOUS);
        }