-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:30
→ <nRF>/subsys/bluetooth/mesh/Kconfig:12
Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Mesh
menuconfig BT_MESH_DK_PROV bool "Bluetooth Mesh Provisioning handler for Nordic DKs" depends onHWINFO
&&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.)