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

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

Merge "leaudio: Move log so it is not confusing." am: b9def0ef

parents 71914c35 b9def0ef
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -1145,8 +1145,6 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
      if (cis_id == le_audio::kInvalidCisId) {
      if (cis_id == le_audio::kInvalidCisId) {
        /* Get completive (to be bi-directional CIS) CIS ID for ASE */
        /* Get completive (to be bi-directional CIS) CIS ID for ASE */
        cis_id = leAudioDevice->GetMatchingBidirectionCisId(ase);
        cis_id = leAudioDevice->GetMatchingBidirectionCisId(ase);
        LOG_INFO(" Configure ase_id %d, cis_id %d, ase state %s", ase->id,
                 cis_id, ToString(ase->state).c_str());
        if (cis_id == le_audio::kInvalidCisId) {
        if (cis_id == le_audio::kInvalidCisId) {
          /* Get next free CIS ID for group */
          /* Get next free CIS ID for group */
          cis_id = group->GetFirstFreeCisId();
          cis_id = group->GetFirstFreeCisId();
@@ -1158,6 +1156,9 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
        }
        }
      }
      }


      LOG_INFO(" Configure ase_id %d, cis_id %d, ase state %s", ase->id, cis_id,
               ToString(ase->state).c_str());

      ase->cis_id = cis_id;
      ase->cis_id = cis_id;


      conf.ase_id = ase->id;
      conf.ase_id = ase->id;