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

Commit 5ad6392b authored by Jack He's avatar Jack He Committed by Android (Google) Code Review
Browse files

Merge "leaudio: Fix choosing configuration based on ase cnt" into tm-qpr-dev

parents 109f6061 f9548ec0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -847,6 +847,11 @@ bool LeAudioDeviceGroup::IsConfigurationSupported(
        if (needed_ase == 0) break;
      }

      if (needed_ase > 0) {
        LOG_DEBUG("Device has too less ASEs. Still needed ases %d", needed_ase);
        return false;
      }

      required_device_cnt--;
    }