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

Commit c75087e9 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

le_audio: Deactivate ASEs when re-configuring stream

While established stream is re-configured all active ASEs should be
deactivated.

Tag: #feature
Bug: 269057925
Test: atest bluetooth_le_audio_test bluetooth_le_audio_client_test
Change-Id: I3fe0a47eceadcc39d547449da3740b7a9edeedc5
parent 289d3327
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
      return false;
    }

    group->Deactivate();
    ReleaseCisIds(group);

    if (!group->Configure(context_type, metadata_context_types, ccid_lists)) {