File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 35
35
* Common properties *
36
36
***************************************************************************/
37
37
38
+ uint8_t BLESecurity::m_iocap = 0 ;
39
+ uint8_t BLESecurity::m_authReq = 0 ;
40
+ uint8_t BLESecurity::m_initKey = 0 ;
41
+ uint8_t BLESecurity::m_respKey = 0 ;
38
42
uint32_t BLESecurity::m_passkey = BLE_SM_DEFAULT_PASSKEY;
39
43
44
+ /* **************************************************************************
45
+ * Bluedroid properties *
46
+ ***************************************************************************/
47
+
48
+ #if defined(CONFIG_BLUEDROID_ENABLED)
49
+ uint8_t BLESecurity::m_keySize = 16 ;
50
+ #endif
51
+
40
52
/* **************************************************************************
41
53
* Common functions *
42
54
***************************************************************************/
You can’t perform that action at this time.
0 commit comments