Skip to content

Commit

Permalink
nimble/controller: Enable LL encryption if BLE_LL_ISO_BROADCASTER
Browse files Browse the repository at this point in the history
To support encrypting/decrypting broadcasts, LL Encryption shall be
enabled by BLE_LL_ISO_BROADCASTER.
  • Loading branch information
MariuszSkamra authored and rymanluk committed Feb 26, 2024
1 parent 365468b commit 23eec0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimble/controller/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23eec0a

Please sign in to comment.