| commit | 0ecae80b26cd086bb6b6649040bdd109d8580e73 | [log] [tgz] |
|---|---|---|
| author | Josh Wu <joshwu@google.com> | Fri Feb 18 04:25:08 2022 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 18 04:25:08 2022 +0000 |
| tree | a81fc34b473aa985aa787b23796e1fa306eb8f59 | |
| parent | ff37dcdc9b446be98e76d7e7393a0acf5fe7faaf [diff] | |
| parent | 3202eab88aafa2929d4f175da537d501094a7683 [diff] |
BtAudio: Enable LE Audio software encoding VTS am: 3202eab88a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991530 Change-Id: Icf9112b5367b920d4bd7026295d528a2cf7a8d40
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_) {