CONFIG_BT_MESH_LPN_RSSI_FACTOR

RSSIFactor, used in the Friend Offer Delay calculation

Type: int

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.

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155subsys/bluetooth/host/Kconfig:125

Menu path: (top menu) → Bluetooth → Bluetooth Mesh support

config BT_MESH_LPN_RSSI_FACTOR
    int
    prompt "RSSIFactor, used in the Friend Offer Delay calculation" if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    range 0 3 if BT_MESH_LOW_POWER && BT_MESH && BT_HCI_HOST && BT_HCI && BT
    default 0 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 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.

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