Provisioning defines. More...
Modules | |
| Provisioning field lengths | |
| Length of various provisioning fields. | |
| Provisioning capabilities bit fields | |
| Bitfield definitions for the provisioning capabilities fields. | |
| Provisioning OOB information sources. | |
| OOB information sources for the OOB info bitfield in unprovisioned beacons. | |
Macros | |
| #define | NRF_MESH_PROV_OOB_CAPS_DEFAULT(NUM_ELEMENTS) {NUM_ELEMENTS, NRF_MESH_PROV_ALGORITHM_FIPS_P256EC, 0, NRF_MESH_PROV_OOB_STATIC_TYPE_SUPPORTED, 0, 0, 0, 0} |
| Sets the default authentication capabilities. More... | |
Detailed Description
Provisioning defines.
Macro Definition Documentation
◆ NRF_MESH_PROV_OOB_CAPS_DEFAULT
| #define NRF_MESH_PROV_OOB_CAPS_DEFAULT | ( | NUM_ELEMENTS | ) | {NUM_ELEMENTS, NRF_MESH_PROV_ALGORITHM_FIPS_P256EC, 0, NRF_MESH_PROV_OOB_STATIC_TYPE_SUPPORTED, 0, 0, 0, 0} |
Sets the default authentication capabilities.
- Parameters
-
[in] NUM_ELEMENTS Number of elements present in the node (ACCESS_ELEMENT_COUNT).
Definition at line 71 of file nrf_mesh_prov.h.