Skip to content

Commit 3c16f9a

Browse files
committed
add more HCI COMMAND opcode
1 parent afbd996 commit 3c16f9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utility/HCI.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
// OGF_INFO_PARAM
5353
#define OCF_READ_LOCAL_VERSION 0x0001
54+
#define OCF_READ_SUPPORTED_CMD 0x0002
5455
#define OCF_READ_BD_ADDR 0x0009
5556

5657
// OGF_STATUS_PARAM
@@ -68,6 +69,12 @@
6869
#define OCF_LE_CREATE_CONN 0x000d
6970
#define OCF_LE_CANCEL_CONN 0x000e
7071
#define OCF_LE_CONN_UPDATE 0x0013
72+
#define OCF_LE_READ_LOCAL_SUP_FEAT 0x0003
73+
#define OCF_LE_READ_SUP_STATES 0x001c
74+
#define OCF_LE_READ_MAX_DATA_LENGTH 0x002f
75+
#define OCF_LE_WR_SUGG_DATA_LENGTH 0x0024
76+
#define OCF_LE_SET_EVENT_MASK 0x0001
77+
#define OCF_LE_READ_REMOTE_FEAT 0x0016
7178

7279
#define HCI_OE_USER_ENDED_CONNECTION 0x13
7380

0 commit comments

Comments
 (0)