Merge "Bluetooth HCI: Add VTS requirement for HCI 4.2 - Annotations" into main am: cfa68a1fbb

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3012536

Change-Id: If13ac662e4ef1c803ccec068b91bf412e152b19d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Doug Ferraz 2024-03-26 14:32:57 +00:00 committed by Automerger Merge Worker
commit ddf020e313
3 changed files with 6 additions and 6 deletions

View file

@ -657,11 +657,11 @@ TEST_P(BluetoothHidlTest, HciVersionTest) {
}
/**
* Requirements
*
* VSR-5.3.14-007 MUST support Bluetooth 4.2 and Bluetooth LE Data Length Extension.
* VSR-5.3.14-008 MUST support Bluetooth Low Energy (BLE).
*/
// @VsrTest = 5.3.14-007
// @VsrTest = 5.3.14-008
TEST_P(BluetoothHidlTest, Bluetooth4_2) {
// Bluetooth 4.2+
hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION;

View file

@ -680,11 +680,11 @@ TEST_P(BluetoothHidlTest, HciVersionTest) {
}
/**
* Requirements
*
* VSR-5.3.14-007 MUST support Bluetooth 4.2 and Bluetooth LE Data Length Extension.
* VSR-5.3.14-008 MUST support Bluetooth Low Energy (BLE).
*/
// @VsrTest = 5.3.14-007
// @VsrTest = 5.3.14-008
TEST_P(BluetoothHidlTest, Bluetooth4_2) {
// Bluetooth 4.2+
hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION;

View file

@ -1055,11 +1055,11 @@ TEST_P(BluetoothAidlTest, Vsr_Bluetooth5Requirements) {
}
/**
* Requirements
*
* VSR-5.3.14-007 MUST support Bluetooth 4.2 and Bluetooth LE Data Length Extension.
* VSR-5.3.14-008 MUST support Bluetooth Low Energy (BLE).
*/
// @VsrTest = 5.3.14-007
// @VsrTest = 5.3.14-008
TEST_P(BluetoothAidlTest, Vsr_Bluetooth4_2Requirements) {
// test only applies to handheld devices
if (!isHandheld()) {