From eff7b9102fa5353d96822b5e7b401b033bdd4513 Mon Sep 17 00:00:00 2001 From: Doug Ferraz Date: Mon, 25 Mar 2024 20:04:19 -0400 Subject: [PATCH] Bluetooth HCI: Add VTS requirement for HCI 4.2 - Annotations Bug: 285456310 Test: atest VtsHalBluetoothV1_1TargetTest Test: atest VtsHalBluetoothV1_0TargetTest Test: atest VtsHalBluetoothTargetTest Change-Id: I5a910d2a7d778b2e64a524d0a389b911c080e189 --- .../1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp | 4 ++-- .../1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp | 4 ++-- bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index 63d04c2047..82dda61fbf 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp @@ -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 cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; diff --git a/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp b/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp index 5a455bf9f9..687765f113 100644 --- a/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp +++ b/bluetooth/1.1/vts/functional/VtsHalBluetoothV1_1TargetTest.cpp @@ -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 cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; diff --git a/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp b/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp index 30aa642340..608fde1ca9 100644 --- a/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp +++ b/bluetooth/aidl/vts/VtsHalBluetoothTargetTest.cpp @@ -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()) {