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

Commit d74b5e74 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "leadio: Fix "Invalid ASE ID" on Codec Config command" into tm-d1-dev am: 44bce4ee

parents 7416642c 44bce4ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1116,6 +1116,8 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
      LeAudioDeviceGroup* group, LeAudioDevice* leAudioDevice) {
    switch (ase->state) {
      case AseState::BTA_LE_AUDIO_ASE_STATE_IDLE:
      case AseState::BTA_LE_AUDIO_ASE_STATE_CODEC_CONFIGURED:
      case AseState::BTA_LE_AUDIO_ASE_STATE_QOS_CONFIGURED:
        if (ase->id == 0x00) {
          /* Initial state of Ase - update id */
          LOG(INFO) << __func__