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

Commit 44bce4ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d943621c 7a9c5521
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__