-
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
(Includes any dependencies from ifs and menus.)
Default¶
10
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:557
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL] → Support for Low Power features
config BT_MESH_LPN_SCAN_LATENCY int "Latency for enabling scanning" range 0 50 default 10 depends onBT_MESH_LOW_POWER
&&BT_MESH
&&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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)