Skip to content

Commit 9bf21b7

Browse files
authored
Fix Long Term Key Request Negative Reply Command
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.
1 parent f24f335 commit 9bf21b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utility/HCI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ enum LE_COMMAND {
3535
ENCRYPT = 0x0017,
3636
RANDOM = 0x0018,
3737
LONG_TERM_KEY_REPLY = 0x001A,
38-
LONG_TERM_KEY_NEGATIVE_REPLY = 0x1B,
38+
LONG_TERM_KEY_NEGATIVE_REPLY = 0x001B,
3939
READ_LOCAL_P256 = 0x0025,
4040
GENERATE_DH_KEY_V1 = 0x0026,
4141
GENERATE_DH_KEY_V2 = 0x005E

0 commit comments

Comments
 (0)