Runtime configuration for Mesh provisioning functionality. More...
Macros | |
| #define | MESH_OPT_PROV_ECDH_OFFLOADING_EID MESH_OPT_CORE_ID(MESH_OPT_PROV_ID_START + 0) |
| ECDH offloading entry ID. | |
Functions | |
| uint32_t | mesh_opt_prov_ecdh_offloading_set (bool enabled) |
| Enables/disables ECDH offloading for the provisioning procedure. More... | |
| uint32_t | mesh_opt_prov_ecdh_offloading_get (bool *p_enabled) |
| Checks whether ECDH offloading for the provisioning procedure is enabled. More... | |
Detailed Description
Runtime configuration for Mesh provisioning functionality.
Function Documentation
◆ mesh_opt_prov_ecdh_offloading_set()
| uint32_t mesh_opt_prov_ecdh_offloading_set | ( | bool | enabled | ) |
Enables/disables ECDH offloading for the provisioning procedure.
- Parameters
-
[in] enabled Whether the ECDH offloading is enabled.
- Return values
-
NRF_SUCCESS Successfully set. NRF_ERROR_NOT_FOUND ECDH offloading not available.
◆ mesh_opt_prov_ecdh_offloading_get()
| uint32_t mesh_opt_prov_ecdh_offloading_get | ( | bool * | p_enabled | ) |
Checks whether ECDH offloading for the provisioning procedure is enabled.
- Parameters
-
[in,out] p_enabled Returns whether the ECDH offloading is enabled.
- Return values
-
NRF_SUCCESS Successfully populated return parameter. NRF_ERROR_NULL Got NULL parameter. NRF_ERROR_NOT_FOUND ECDH offloading status not available.