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

Commit 91a0fab6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "bta: le_audio_client_test: Fix ConfigureStream mock method" into main am: e938aa8f

parents 3f43e93a e938aa8f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -883,6 +883,14 @@ protected:
                      for (LeAudioDevice* device = group->GetFirstDevice(); device != nullptr;
                           device = group->GetNextDevice(device)) {
                        if (!group->cig.AssignCisIds(device)) {
                          continue;
                        }
                        if (group->cig.GetState() == types::CigState::CREATED) {
                          group->AssignCisConnHandlesToAses(device);
                        }
                        for (auto& ase : device->ases_) {
                          ase.cis_state = types::CisState::IDLE;
                          ase.data_path_state = types::DataPathState::IDLE;