CONFIG_BT_MESH_LPN_INIT_POLL_TIMEOUT
The starting value of the PollTimeout timer
Type: int
Help
The initial value of the PollTimeout timer when Friendship
gets established for the first time. After this the timeout
will gradually grow toward the actual PollTimeout, doubling
in value for each iteration. 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
(Includes any dependencies from ifs and menus.)
Default
Kconfig definition
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:636
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL] → Support for Low Power features
config BT_MESH_LPN_INIT_POLL_TIMEOUT
int "The starting value of the PollTimeout timer"
range 10 BT_MESH_LPN_POLL_TIMEOUT
default BT_MESH_LPN_POLL_TIMEOUT
depends on BT_MESH_LOW_POWER && BT_MESH && BT
help
The initial value of the PollTimeout timer when Friendship
gets established for the first time. After this the timeout
will gradually grow toward the actual PollTimeout, doubling
in value for each iteration. The value is in units of 100
milliseconds, so e.g. a value of 300 means 30 seconds.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)