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