We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee3be commit ad2f8cdCopy full SHA for ad2f8cd
nimble/host/include/host/ble_store.h
@@ -41,13 +41,13 @@ extern "C" {
41
* @{
42
*/
43
/** Object type: Our security material. */
44
-#define BLE_STORE_OBJ_TYPE_OUR_SEC 1
+#define BLE_STORE_OBJ_TYPE_OUR_SEC 1
45
46
/** Object type: Peer security material. */
47
-#define BLE_STORE_OBJ_TYPE_PEER_SEC 2
+#define BLE_STORE_OBJ_TYPE_PEER_SEC 2
48
49
/** Object type: Client Characteristic Configuration Descriptor. */
50
-#define BLE_STORE_OBJ_TYPE_CCCD 3
+#define BLE_STORE_OBJ_TYPE_CCCD 3
51
52
/** Object type: Peer Client Supported Features. */
53
#define BLE_STORE_OBJ_TYPE_PEER_CL_SUP_FEAT 4
0 commit comments