-
CONFIG_BT_MESH_UNPROV_BEACON_INT
¶
The interval (in seconds) to send the unprovisioned beacon
Type: int
Help¶
This option specifies the interval (in seconds) at which the device sends unprovisioned beacon.
Default¶
5
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:39
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] → Provisioning support using the advertising bearer (PB-ADV)
config BT_MESH_UNPROV_BEACON_INT int "The interval (in seconds) to send the unprovisioned beacon" ifBT_MESH_PB_ADV
range 1 10 default 5 depends onBT_MESH
&&BT
help This option specifies the interval (in seconds) at which the device sends unprovisioned beacon.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)