commit | dceca455a1bb836598cc1efde892d01b8e529a68 | [log] [tgz] |
---|---|---|
author | Josh Wu <joshwu@google.com> | Fri Feb 18 05:13:07 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 18 05:13:07 2022 +0000 |
tree | c3447e8f85fd2806998e725317978bdaf98e8d8c | |
parent | 53cfd9341fd8984bc8305fb870c8b41d9f933ee0 [diff] | |
parent | 381b56aed2a9ddf53b2fce9bb8252d5571df2c84 [diff] |
BtAudio: Enable LE Audio software encoding VTS am: 3202eab88a am: 0ecae80b26 am: 381b56aed2 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991530 Change-Id: Iadad76275b305ce13ba2380766f285814473acf7
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp index e68c654..0407751 100644 --- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp +++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -1390,7 +1390,7 @@ * stopped */ TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl, - DISABLED_OpenLeAudioOutputSoftwareProvider) {} + OpenLeAudioOutputSoftwareProvider) {} /** * Test whether each provider of type @@ -1398,7 +1398,7 @@ * 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_) {