:orphan: .. title:: CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY .. kconfig:: CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY ################################## *OOB Public key support* Type: ``bool`` Help ==== .. code-block:: none Enable this option if public key is to be exchanged via Out of Band (OOB) technology. Direct dependencies =================== \ :kconfig:`BT_MESH_PROV_DEVICE ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`TINYCRYPT_ECC_DH ` Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:31`` 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 device role support .. code-block:: kconfig 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.)*