We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbd996 commit 3c16f9aCopy full SHA for 3c16f9a
src/utility/HCI.cpp
@@ -51,6 +51,7 @@
51
52
// OGF_INFO_PARAM
53
#define OCF_READ_LOCAL_VERSION 0x0001
54
+#define OCF_READ_SUPPORTED_CMD 0x0002
55
#define OCF_READ_BD_ADDR 0x0009
56
57
// OGF_STATUS_PARAM
@@ -68,6 +69,12 @@
68
69
#define OCF_LE_CREATE_CONN 0x000d
70
#define OCF_LE_CANCEL_CONN 0x000e
71
#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
78
79
#define HCI_OE_USER_ENDED_CONNECTION 0x13
80
0 commit comments