-
CONFIG_BT_MESH_LPN_RETRY_TIMEOUT
¶
Retry timeout for Friend requests
Type: int
Help¶
Time in seconds between Friend Requests, if a previous Friend Request did not receive any acceptable Friend Offers.
Direct dependencies¶
BT_MESH_LOW_POWER
&& BT_MESH
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
8
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:490
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL] → Support for Low Power features
config BT_MESH_LPN_RETRY_TIMEOUT int "Retry timeout for Friend requests" range 1 3600 default 8 depends onBT_MESH_LOW_POWER
&&BT_MESH
&&BT
help Time in seconds between Friend Requests, if a previous Friend Request did not receive any acceptable Friend Offers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)