You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2020/05/22 08:13:14 UTC

[mynewt-nimble] branch master updated (1f52f1e -> 7f7b49a)

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

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


    from 1f52f1e  nimble/ll: Fix HCI_Le_Set_Host_Features
     new 74fafd8  apps/bttester: Disable store persist
     new 7f7b49a  apps/bttester: Disable connection retry by default

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:
 apps/bttester/syscfg.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[mynewt-nimble] 02/02: apps/bttester: Disable connection retry by default

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7f7b49a28152eb2c4d23af0ef633d6ab489ba192
Author: Michał Narajowski <mi...@codecoup.pl>
AuthorDate: Thu May 21 13:13:31 2020 +0200

    apps/bttester: Disable connection retry by default
    
    It breaks some test cases in Defensics and we have another
    workaround for that implemented there. By default it is not needed.
---
 apps/bttester/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 1155d50..dd36f74 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -53,7 +53,7 @@ syscfg.defs:
 
     BTTESTER_CONN_RETRY:
         description: Retry connections when connection failed to be established
-        value: 3
+        value: 0
 
     BTTESTER_BTP_DATA_SIZE_MAX:
         description: Maximum BTP payload


[mynewt-nimble] 01/02: apps/bttester: Disable store persist

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 74fafd81da558734fc02b36cd10f55b2250cf33e
Author: Michał Narajowski <mi...@codecoup.pl>
AuthorDate: Thu May 21 13:08:43 2020 +0200

    apps/bttester: Disable store persist
    
    Store pkg was changed in commit 760f2391 and we forgot to update
    the syscfg value.
---
 apps/bttester/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index c9ba0df..1155d50 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -104,6 +104,7 @@ syscfg.vals:
     BLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL: 9
     BLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL: 30
     BLE_SVC_GAP_PPCP_SUPERVISION_TMO: 2000
+    BLE_STORE_CONFIG_PERSIST: 0
 
     BLE_MESH: 1
     BLE_MESH_SHELL: 0