-
CONFIG_BT_MESH_LPN_SCAN_LATENCY
¶
Latency for enabling scanning
Type: int
Help¶
Latency in milliseconds that it takes to enable scanning. This is in practice how much time in advance before the Receive Window that scanning is requested to be enabled.
Direct dependencies¶
BT_MESH_LOW_POWER
&& BT_MESH
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
BT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:350
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
→ subsys/bluetooth/host/Kconfig:121
Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Mesh support → Support for Low Power features
config BT_MESH_LPN_SCAN_LATENCY int prompt "Latency for enabling scanning" ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
range 0 50 ifBT_MESH_LOW_POWER
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
default 10 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 Latency in milliseconds that it takes to enable scanning. This is in practice how much time in advance before the Receive Window that scanning is requested to be enabled.
(Definitions include propagated dependencies, including from if’s and menus.)