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 2021/05/27 08:20:06 UTC

[mynewt-nimble] 28/31: mesh: Set BLE_MESH_LPN_SUB_ALL_NODES_ADDR to off by default

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 56838dd93564a9b03b137ad6d3f1651ad029bccc
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Wed May 5 14:20:16 2021 +0200

    mesh: Set BLE_MESH_LPN_SUB_ALL_NODES_ADDR to off by default
---
 nimble/host/mesh/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/host/mesh/syscfg.yml b/nimble/host/mesh/syscfg.yml
index ada5b64..d110a38 100644
--- a/nimble/host/mesh/syscfg.yml
+++ b/nimble/host/mesh/syscfg.yml
@@ -453,7 +453,7 @@ syscfg.defs:
         description: >
             Automatically subscribe all nodes address when friendship
             established.
-        value: 1
+        value: 0
 
     BLE_MESH_FRIEND:
         description: >