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>/subsys/bluetooth/mesh/Kconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:342

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL] → 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.)