:orphan: .. title:: CONFIG_BT_MESH_UNPROV_BEACON_INT .. kconfig:: CONFIG_BT_MESH_UNPROV_BEACON_INT CONFIG_BT_MESH_UNPROV_BEACON_INT ################################ *The interval (in seconds) to send the unprovisioned beacon* Type: ``int`` Help ==== .. code-block:: none This option specifies the interval (in seconds) at which the device sends unprovisioned beacon. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Provisioning support using the advertising bearer (PB-ADV) .. code-block:: kconfig config BT_MESH_UNPROV_BEACON_INT int "The interval (in seconds) to send the unprovisioned beacon" if BT_MESH_PB_ADV range 1 10 default 5 depends on BT_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.)*