:orphan: .. title:: CONFIG_BT_MESH_LPN_RSSI_FACTOR .. kconfig:: CONFIG_BT_MESH_LPN_RSSI_FACTOR CONFIG_BT_MESH_LPN_RSSI_FACTOR ############################## *RSSIFactor, used in the Friend Offer Delay calculation* Type: ``int`` Help ==== .. code-block:: none The contribution of the RSSI measured by the Friend node used in Friend Offer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5. Direct dependencies =================== \ :kconfig:`BT_MESH_LOW_POWER ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:553`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Support for Low Power features .. code-block:: kconfig config BT_MESH_LPN_RSSI_FACTOR int "RSSIFactor, 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 RSSI measured by the Friend node 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.)*