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

Commit bce4d0d2 authored by Josh Wu's avatar Josh Wu Committed by Automerger Merge Worker
Browse files

BtAudio: Enable LE Audio software encoding VTS am: 3202eab8 am: 0ecae80b...

BtAudio: Enable LE Audio software encoding VTS am: 3202eab8 am: 0ecae80b am: 381b56ae am: dceca455

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991530

Change-Id: I9e2a2bd3ef533be9eb88b5f7aa215d8e22dc6b14
parents 50e4b405 dceca455
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1390,7 +1390,7 @@ class BluetoothAudioProviderLeAudioBroadcastSoftwareAidl
 * stopped
 */
TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
       DISABLED_OpenLeAudioOutputSoftwareProvider) {}
       OpenLeAudioOutputSoftwareProvider) {}

/**
 * Test whether each provider of type
@@ -1398,7 +1398,7 @@ TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
 * stopped with different PCM config
 */
TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
       DISABLED_StartAndEndLeAudioOutputSessionWithPossiblePcmConfig) {
       StartAndEndLeAudioOutputSessionWithPossiblePcmConfig) {
  for (auto sample_rate : le_audio_output_sample_rates_) {
    for (auto bits_per_sample : le_audio_output_bits_per_samples_) {
      for (auto channel_mode : le_audio_output_channel_modes_) {