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

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

Merge "leaudio: Minor state_machine_test fix" am: 36b5093d am: 17c3fc91...

Merge "leaudio: Minor state_machine_test fix" am: 36b5093d am: 17c3fc91 am: e1f4829f am: b90a87d8 am: 9c639aa1

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2063175



Change-Id: I3f78d11f770220b85ef8a8d2df27fe65efd73928
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bdf91d99 9c639aa1
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2401,18 +2401,16 @@ TEST_F(StateMachineTest, testAttachDeviceToTheStream) {
      if (!lastDevice->ConfigureAses(
              ent, group->GetCurrentContextType(), &sink_num_of_active_ases,
              sink_group_audio_locations, source_group_audio_locations, true)) {
        LOG(INFO) << __func__ << " Could not set sink configuration of "
        FAIL() << __func__ << " Could not set sink configuration of "
               << stream_conf->conf->name;
        return;
      }
    } else {
      /* Source*/
      if (!lastDevice->ConfigureAses(
              ent, group->GetCurrentContextType(), &source_num_of_active_ases,
              sink_group_audio_locations, source_group_audio_locations, true)) {
        LOG(INFO) << __func__ << " Could not set source configuration of "
        FAIL() << __func__ << " Could not set source configuration of "
               << stream_conf->conf->name;
        return;
      }
    }
  }