commit | 60971c5028d6bc5b19296b2f6ba6f77c3baa30d3 | [log] [tgz] |
---|---|---|
author | Jakub Tyszkowski <tyszkowski@google.com> | Sat Aug 03 05:47:43 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Aug 03 05:47:43 2024 +0000 |
tree | 2d9b0a82a1259d30acd4bc0b689af96a9e891640 | |
parent | c26c89cb27df123a5fd04f968d32a60b7bbfcfa9 [diff] | |
parent | 291b5d75101e01653880ce2053c423c9428de913 [diff] |
VTS: Support VERSION_AIDL_V5 am: 291b5d7510 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3204952 Change-Id: I1c65447f7c89f9f89329b8e85c9bb78c22b82c13 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 110a628..4481238 100644 --- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp +++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -142,6 +142,7 @@ VERSION_AIDL_V2, VERSION_AIDL_V3, VERSION_AIDL_V4, + VERSION_AIDL_V5, }; // Some valid configs for HFP PCM configuration (software sessions) @@ -683,6 +684,8 @@ return BluetoothAudioHalVersion::VERSION_AIDL_V3; case 4: return BluetoothAudioHalVersion::VERSION_AIDL_V4; + case 5: + return BluetoothAudioHalVersion::VERSION_AIDL_V5; default: return BluetoothAudioHalVersion::VERSION_UNAVAILABLE; }