The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

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

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

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

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