-
CONFIG_BT_MESH_LPN_POLL_TIMEOUT
¶
The value of the PollTimeout timer
Type: int
Help¶
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.
Direct dependencies¶
BT_MESH_LOW_POWER
&& BT_MESH
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 300 if
BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:326
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
→ subsys/bluetooth/host/Kconfig:125
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_LPN_POLL_TIMEOUT int prompt "The value of the PollTimeout timer" ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 10 244735 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 300 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
help 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.
(Definitions include propagated dependencies, including from if’s and menus.)