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

Commit 5a3711a4 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" am: 87f17efb...

Merge "leadio: Fix "Invalid ASE ID" on Codec Config command" am: 87f17efb am: b5f2543e am: 71ea00e2 am: a10abd3d

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



Change-Id: Ieaa161d4b967ba4ef0a29cf75ee8aa11100badc7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d9f5802e a10abd3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1114,6 +1114,8 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
      LeAudioDeviceGroup* group, LeAudioDevice* leAudioDevice) {
      LeAudioDeviceGroup* group, LeAudioDevice* leAudioDevice) {
    switch (ase->state) {
    switch (ase->state) {
      case AseState::BTA_LE_AUDIO_ASE_STATE_IDLE:
      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) {
        if (ase->id == 0x00) {
          /* Initial state of Ase - update id */
          /* Initial state of Ase - update id */
          LOG(INFO) << __func__
          LOG(INFO) << __func__