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

CONFIG_BT_MESH_LPN_RECV_WIN_FACTOR

ReceiveWindowFactor, used in the Friend Offer Delay calculation

Type: int

Help

The contribution of the supported Receive Window used in
Friend Offer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.

Direct dependencies

BT_MESH_LOW_POWER && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At subsys/bluetooth/mesh/Kconfig:561

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:193

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

config BT_MESH_LPN_RECV_WIN_FACTOR
    int "ReceiveWindowFactor, used in the Friend Offer Delay calculation"
    range 0 3
    default 0
    depends on BT_MESH_LOW_POWER && BT_MESH && BT
    help
      The contribution of the supported Receive Window used in
      Friend Offer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.

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