nRF5 SDK for Mesh v2.2.0
Macros | Functions
Provisioning runtime configuration options

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]enabledWhether the ECDH offloading is enabled.
Return values
NRF_SUCCESSSuccessfully set.
NRF_ERROR_NOT_FOUNDECDH 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_enabledReturns whether the ECDH offloading is enabled.
Return values
NRF_SUCCESSSuccessfully populated return parameter.
NRF_ERROR_NULLGot NULL parameter.
NRF_ERROR_NOT_FOUNDECDH offloading status not available.

Documentation feedback | Developer Zone | Subscribe | Updated