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

Commit 70f0b200 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Fix invalid reconfiguration state

If group configuration failed when doing reconfiguration, make sure to
clear flag indicating that group is pending reconfiguration.

Bug: 260676109
Test: manual
Tag: #feature

Change-Id: I4f3a5557a9cb83b2b285beea2fec755e7b59e761
parent c1c415f8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4350,6 +4350,9 @@ class LeAudioClientImpl : public LeAudioClient {
            /* If configuration succeed wait for new status. */
            return;
          }
          LOG_INFO("Clear pending configuration flag for group %d",
                   group->group_id_);
          group->ClearPendingConfiguration();
        }
        stream_setup_end_timestamp_ = 0;
        stream_setup_start_timestamp_ = 0;