mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
npl/riot: disable SM in default configuration
This commit is contained in:
committed by
Hauke Petersen
parent
310d6ac586
commit
99f162e769
@@ -1358,7 +1358,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_LEGACY
|
||||
#define MYNEWT_VAL_BLE_SM_LEGACY (1)
|
||||
#define MYNEWT_VAL_BLE_SM_LEGACY (0)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_SM_MAX_PROCS
|
||||
|
||||
@@ -25,6 +25,8 @@ syscfg.vals:
|
||||
BLE_LL_CFG_FEAT_LE_ENCRYPTION: 0
|
||||
BLE_LL_CFG_FEAT_LL_PRIVACY: 0
|
||||
BLE_LL_CONN_INIT_MAX_TX_BYTES: 'MYNEWT_VAL_BLE_LL_MAX_PKT_SIZE'
|
||||
BLE_SM_LEGACY: 0
|
||||
BLE_SM_SC: 0
|
||||
BLE_MAX_PERIODIC_SYNCS: 0
|
||||
MSYS_1_BLOCK_COUNT: 5
|
||||
MSYS_1_BLOCK_SIZE: 88
|
||||
|
||||
Reference in New Issue
Block a user