-
CONFIG_BT_MESH_DK_PROV
¶
Bluetooth mesh provisioning handler for Nordic DKs
Type: bool
Help¶
Basic implementation of a Bluetooth mesh provisioning handler for the
nRF5x development kits. Configures the UUID and handles some basic OOB
methods. Used in samples as a reference implementation for
provisioning handlers.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/bluetooth/mesh/Kconfig.dk_prov:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:30
→ <nRF>/subsys/bluetooth/mesh/Kconfig:12
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth mesh
menuconfig BT_MESH_DK_PROV
bool "Bluetooth mesh provisioning handler for Nordic DKs"
depends on HWINFO && BT_MESH && BT
help
Basic implementation of a Bluetooth mesh provisioning handler for the
nRF5x development kits. Configures the UUID and handles some basic OOB
methods. Used in samples as a reference implementation for
provisioning handlers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)