mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-30 06:37:55 +00:00
nimble/controller: Enable LL encryption if BLE_LL_ISO_BROADCASTER
To support encrypting/decrypting broadcasts, LL Encryption shall be enabled by BLE_LL_ISO_BROADCASTER.
This commit is contained in:
committed by
Łukasz Rymanowski
parent
365468bfec
commit
23eec0a5ad
@@ -614,6 +614,7 @@ syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV:
|
||||
BLE_LL_SCAN_AUX_SEGMENT_CNT: 8
|
||||
|
||||
syscfg.vals.BLE_LL_ISO_BROADCASTER:
|
||||
BLE_LL_CFG_FEAT_LE_ENCRYPTION: 1
|
||||
BLE_LL_STACK_SIZE: 180
|
||||
|
||||
# Enable vendor event on assert in standalone build to make failed assertions in
|
||||
|
||||
Reference in New Issue
Block a user