We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24f335 commit 9bf21b7Copy full SHA for 9bf21b7
src/utility/HCI.h
@@ -35,7 +35,7 @@ enum LE_COMMAND {
35
ENCRYPT = 0x0017,
36
RANDOM = 0x0018,
37
LONG_TERM_KEY_REPLY = 0x001A,
38
- LONG_TERM_KEY_NEGATIVE_REPLY = 0x1B,
+ LONG_TERM_KEY_NEGATIVE_REPLY = 0x001B,
39
READ_LOCAL_P256 = 0x0025,
40
GENERATE_DH_KEY_V1 = 0x0026,
41
GENERATE_DH_KEY_V2 = 0x005E
0 commit comments