This is an automated email from the ASF dual-hosted git repository.
rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 23eec0a5a nimble/controller: Enable LL encryption if
BLE_LL_ISO_BROADCASTER
23eec0a5a is described below
commit 23eec0a5adf44f7dd313d3e7ee882473772cc250
Author: Mariusz Skamra <[email protected]>
AuthorDate: Tue Jan 23 08:15:53 2024 +0100
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.
---
nimble/controller/syscfg.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index c55107bcb..19fae4754 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -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