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

ECDH request packet. More...

#include <serial_evt.h>

Data Fields

uint8_t context_id
 Context ID of the link the ECDH request appeared on. More...
 
uint8_t peer_public [NRF_MESH_ECDH_PUBLIC_KEY_SIZE]
 ECDH public key. More...
 
uint8_t node_private [NRF_MESH_ECDH_PRIVATE_KEY_SIZE]
 ECDH private key. More...
 

Detailed Description

ECDH request packet.

Definition at line 213 of file serial_evt.h.

Field Documentation

◆ context_id

uint8_t serial_evt_prov_ecdh_request_t::context_id

Context ID of the link the ECDH request appeared on.

Definition at line 215 of file serial_evt.h.

◆ peer_public

uint8_t serial_evt_prov_ecdh_request_t::peer_public[NRF_MESH_ECDH_PUBLIC_KEY_SIZE]

ECDH public key.

Definition at line 216 of file serial_evt.h.

◆ node_private

uint8_t serial_evt_prov_ecdh_request_t::node_private[NRF_MESH_ECDH_PRIVATE_KEY_SIZE]

ECDH private key.

Definition at line 217 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated