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

(Includes any dependencies from ifs and menus.)

Default

  • 100

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:500

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:258

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for Low Power features

config BT_MESH_LPN_RECV_DELAY
    int "Receive delay requested by the local node"
    range 10 255
    default 100
    depends on BT_MESH_LOW_POWER && BT_MESH && 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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)