:orphan: .. title:: BT_MESH_LPN_RECV_WIN_FACTOR .. option:: 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 =================== \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:506`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Support for Low Power features .. parsed-literal:: config BT_MESH_LPN_RECV_WIN_FACTOR int "ReceiveWindowFactor, used in the Friend Offer Delay calculation" range 0 3 default 0 depends on \ :option:`BT_MESH_LOW_POWER ` && \ :option:`BT_MESH ` && \ :option:`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.)*