This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit 4d34a443b70dd7aa8cb30562526aeb97db92e371 Author: MichaĆ Narajowski <[email protected]> AuthorDate: Thu May 27 10:20:19 2021 +0200 Revert "mesh: Delete duplication in config" This reverts commit fa8d955c93c4a8a14cb9ea029fa8e15ab3a0ac89. --- nimble/host/mesh/syscfg.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nimble/host/mesh/syscfg.yml b/nimble/host/mesh/syscfg.yml index ada5b64..9683df4 100644 --- a/nimble/host/mesh/syscfg.yml +++ b/nimble/host/mesh/syscfg.yml @@ -428,6 +428,16 @@ syscfg.defs: a value of 300 means 30 seconds. value: 300 + BLE_MESH_LPN_POLL_TIMEOUT: + description: > + PollTimeout timer is used to measure time between two + consecutive requests sent by the Low Power node. If no + requests are received by the Friend node before the + PollTimeout timer expires, then the friendship is considered + terminated. The value is in units of 100 milliseconds, so e.g. + a value of 300 means 30 seconds. + value: 300 + BLE_MESH_LPN_INIT_POLL_TIMEOUT: description: > The initial value of the PollTimeout timer when Friendship
