nRF5 SDK for Mesh v5.0.0
Data Fields
nrf_mesh_prov_evt_ecdh_request_t Struct Reference

Request for the application to perform the ECDH calculation. More...

#include <nrf_mesh_prov_events.h>

Data Fields

nrf_mesh_prov_ctx_t * p_context
 Provisioning context. More...
 
const uint8_t * p_peer_public
 Pointer to the public key of the peer node. More...
 
const uint8_t * p_node_private
 Private key of this node. More...
 

Detailed Description

Request for the application to perform the ECDH calculation.

This event will only be emitted if ECDH offloading is enabled by the appropriate option with nrf_mesh_opt_set().

Definition at line 258 of file nrf_mesh_prov_events.h.

Field Documentation

◆ p_context

nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_ecdh_request_t::p_context

Provisioning context.

Definition at line 261 of file nrf_mesh_prov_events.h.

◆ p_peer_public

const uint8_t* nrf_mesh_prov_evt_ecdh_request_t::p_peer_public

Pointer to the public key of the peer node.

Definition at line 263 of file nrf_mesh_prov_events.h.

◆ p_node_private

const uint8_t* nrf_mesh_prov_evt_ecdh_request_t::p_node_private

Private key of this node.

Definition at line 265 of file nrf_mesh_prov_events.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated