The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_MESH_LPN_RECV_DELAY

Receive delay requested by the local node

Type: int

Help

The ReceiveDelay is the time between the Low Power node sending a request and listening for a response. This delay allows the Friend node time to prepare the response. The value is in units of milliseconds.

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:317

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_RECV_DELAY
    int
    prompt "Receive delay requested by the local node" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 10 255 if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 100 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 ReceiveDelay is the time between the Low Power node
      sending a request and listening for a response. This delay
      allows the Friend node time to prepare the response. The value
      is in units of milliseconds.

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