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

src/utility/HCI.h

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy