-
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¶
- 0 if
BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:290
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
→ subsys/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" ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 0 3 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 0 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)