From 05a3a504cb1c69d13219a9cd7ed9208fb66b2133 Mon Sep 17 00:00:00 2001 From: Karthik <101386306+laviator98@users.noreply.github.com> Date: Thu, 9 Jun 2022 11:41:20 +0530 Subject: [PATCH] Update HCI.h Kindly See the Docs, https://www.bluetooth.com/specifications/specs/core-specification-4-2/ In Pg. No: 1316/2772, you Can See "7.8.26 LE Long Term Key Request Negative Reply Command". Kindly See the OFC Code, it is 0x001B. --- src/utility/HCI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility/HCI.h b/src/utility/HCI.h index af46265a..b8f88538 100644 --- a/src/utility/HCI.h +++ b/src/utility/HCI.h @@ -35,7 +35,7 @@ enum LE_COMMAND { ENCRYPT = 0x0017, RANDOM = 0x0018, LONG_TERM_KEY_REPLY = 0x001A, - LONG_TERM_KEY_NEGATIVE_REPLY = 0x1B, + LONG_TERM_KEY_NEGATIVE_REPLY = 0x001B, READ_LOCAL_P256 = 0x0025, GENERATE_DH_KEY_V1 = 0x0026, GENERATE_DH_KEY_V2 = 0x005E