commit | f662149b01845f28c4fc5e4363d1b0cc45c7e27d | [log] [tgz] |
---|---|---|
author | Bao Do <quocbaodo@google.com> | Mon Mar 03 23:45:52 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 03 23:45:52 2025 -0800 |
tree | 28537fa83bebd0a85309fb447b85943c657c7f8b | |
parent | 69b13325db98d9d6ded89e9d8bc7d9a379e1ec20 [diff] | |
parent | 98b2bbdbdb4bdbfde7e4cfbd7d1e411d5ba72293 [diff] |
Merge "audio/aidl/vts: Fix impossible to met config requirements" into main am: 98b2bbdbdb Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3519551 Change-Id: Ica9376a4df1f4c10dcf3d63449502c0deafbce53 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp index a52d761..2fde910 100644 --- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp +++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -2843,11 +2843,11 @@ if (asymmetric) { source_ase_requriement.aseConfiguration.codecConfiguration = { - CodecSpecificConfigurationLtv::SamplingFrequency::HZ8000, + CodecSpecificConfigurationLtv::SamplingFrequency::HZ16000, CodecSpecificConfigurationLtv::FrameDuration::US10000, allocation}; } else { source_ase_requriement.aseConfiguration.codecConfiguration = { - CodecSpecificConfigurationLtv::SamplingFrequency::HZ16000, + CodecSpecificConfigurationLtv::SamplingFrequency::HZ32000, CodecSpecificConfigurationLtv::FrameDuration::US10000, allocation}; }