The latest development version of this page may be more current than this released 1.14.1 version.
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_HCI_HOST && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/bluetooth/host/mesh/Kconfig:339

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:144subsys/bluetooth/host/Kconfig:136

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_LPN_INIT_POLL_TIMEOUT
    int
    prompt "The starting value of the PollTimeout timer" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 10 BT_MESH_LPN_POLL_TIMEOUT if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default BT_MESH_LPN_POLL_TIMEOUT if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    depends on BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && 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.

(Definitions include propagated dependencies, including from if’s and menus.)