This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 245a8df294a6fec544661db3083c434eeb23f04a
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Thu Feb 18 16:01:10 2021 +0100

    nimble/ll: Add restriction when enabling periodic advertising
    
    Periodic advertising requires extended advertising to be enabled.
---
 nimble/controller/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index 2c7c2cb..b900ba9 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -243,6 +243,8 @@ syscfg.defs:
             This option is used to enable/disable support for Periodic
             Advertising Feature.
         value: MYNEWT_VAL(BLE_PERIODIC_ADV)
+        restrictions:
+            - 'BLE_LL_CFG_FEAT_LL_EXT_ADV if 1'
 
     BLE_LL_CFG_FEAT_LL_PERIODIC_ADV_SYNC_CNT:
         description: >

Reply via email to