summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wu <joshwu@google.com>2022-02-18 04:57:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-18 04:57:40 +0000
commit381b56aed2a9ddf53b2fce9bb8252d5571df2c84 (patch)
tree1a64d5e18d8e29cda8f1de20c6510eb3ddbc388b
parentd32c2f49796ef4645f42aa92aee33a070f0d9e3e (diff)
parent0ecae80b26cd086bb6b6649040bdd109d8580e73 (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
-rw-r--r--bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
index e68c654cba..0407751914 100644
--- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
+++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -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_) {