CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY¶
OOB Public key support
Type: bool
Help¶
Enable this option if public key is to be exchanged via Out of Band (OOB) technology.
Direct dependencies¶
BT_MESH_PROV_DEVICE && BT_MESH && BT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/bluetooth/mesh/Kconfig:31
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:9 → <Zephyr Subsystem>/bluetooth/Kconfig:193
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support → Provisioning device role support
config BT_MESH_PROV_OOB_PUBLIC_KEY
    bool "OOB Public key support"
    select TINYCRYPT_ECC_DH
    depends on BT_MESH_PROV_DEVICE && BT_MESH && BT
    help
      Enable this option if public key is to be exchanged via Out of Band (OOB) technology.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)