Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f51a196b authored by Doug Ferraz's avatar Doug Ferraz Committed by Automerger Merge Worker
Browse files

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

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

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



Change-Id: If10905b5df19105d52a5aada03c966ff0d98b714
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 844a04c0 ddf020e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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()) {