Runtime configuration for Mesh provisioning functionality.
More...
Runtime configuration for Mesh provisioning functionality.
◆ 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. |