Updated the nimble stack configuration to prompt the user to enter a passkey when trying to pair it's phone with the host
This commit is contained in:
parent
b37dab16d5
commit
9269e279ef
@ -302,7 +302,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_LOG_LEVEL
|
||||
#define MYNEWT_VAL_LOG_LEVEL (0)//(2)
|
||||
#define MYNEWT_VAL_LOG_LEVEL (2)
|
||||
#endif
|
||||
|
||||
/*** @apache-mynewt-core/sys/mfg */
|
||||
@ -723,7 +723,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_MITM
|
||||
#define MYNEWT_VAL_BLE_SM_MITM (1)//(0)
|
||||
#define MYNEWT_VAL_BLE_SM_MITM (0)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_OOB_DATA_FLAG
|
||||
@ -731,7 +731,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_OUR_KEY_DIST
|
||||
#define MYNEWT_VAL_BLE_SM_OUR_KEY_DIST (0x03) //(0x00)
|
||||
#define MYNEWT_VAL_BLE_SM_OUR_KEY_DIST (0x00)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_SC
|
||||
|
Loading…
Reference in New Issue
Block a user