You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2021/02/24 14:14:37 UTC

[mynewt-nimble] branch master updated (cd8462b -> 06397ae)

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

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


    from cd8462b  nimble/ll: Fix assert on aux unref during scan
     new 245a8df  nimble/ll: Add restriction when enabling periodic advertising
     new 06397ae  nimble: Add restriction when enabling periodic advertising

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nimble/controller/syscfg.yml | 2 ++
 nimble/syscfg.yml            | 4 ++++
 2 files changed, 6 insertions(+)


[mynewt-nimble] 01/02: nimble/ll: Add restriction when enabling periodic advertising

Posted by ja...@apache.org.
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 <sz...@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: >


[mynewt-nimble] 02/02: nimble: Add restriction when enabling periodic advertising

Posted by ja...@apache.org.
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 06397ae99a5b48d58892f91164f85af547a118af
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Feb 18 16:06:54 2021 +0100

    nimble: Add restriction when enabling periodic advertising
---
 nimble/syscfg.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nimble/syscfg.yml b/nimble/syscfg.yml
index 35a6ef8..dcbdfd1 100644
--- a/nimble/syscfg.yml
+++ b/nimble/syscfg.yml
@@ -59,10 +59,14 @@ syscfg.defs:
         description: >
             This enables periodic advertising feature.
         value: 0
+        restrictions:
+            - 'BLE_EXT_ADV if 1'
     BLE_PERIODIC_ADV_SYNC_TRANSFER:
         description: >
             This enables Periodic Advertising Sync Transfer Feature.
         value: 0
+        restrictions:
+            - 'BLE_PERIODIC_ADV if 1'
 
     BLE_EXT_ADV_MAX_SIZE:
         description: >