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

Provisioning capabilities received event. More...

#include <serial_evt.h>

Data Fields

uint8_t context_id
 Context ID of the link the capabilities were received on. More...
 
uint8_t num_elements
 The number of elements on the unprovisoined device. More...
 
uint8_t public_key_type
 The public key type used for the provisioning session. More...
 
uint8_t static_oob_types
 The available static OOB authentication methods. More...
 
uint8_t output_oob_size
 Maximum size of the output OOB supported. More...
 
uint16_t output_oob_actions
 Available OOB output actions. More...
 
uint8_t input_oob_size
 Maximum size of the input OOB supported. More...
 
uint16_t input_oob_actions
 Available OOB input actions. More...
 

Detailed Description

Provisioning capabilities received event.

Definition at line 162 of file serial_evt.h.

Field Documentation

◆ context_id

uint8_t serial_evt_prov_caps_received_t::context_id

Context ID of the link the capabilities were received on.

Definition at line 164 of file serial_evt.h.

◆ num_elements

uint8_t serial_evt_prov_caps_received_t::num_elements

The number of elements on the unprovisoined device.

Definition at line 166 of file serial_evt.h.

◆ public_key_type

uint8_t serial_evt_prov_caps_received_t::public_key_type

The public key type used for the provisioning session.

Definition at line 167 of file serial_evt.h.

◆ static_oob_types

uint8_t serial_evt_prov_caps_received_t::static_oob_types

The available static OOB authentication methods.

Definition at line 168 of file serial_evt.h.

◆ output_oob_size

uint8_t serial_evt_prov_caps_received_t::output_oob_size

Maximum size of the output OOB supported.

Definition at line 170 of file serial_evt.h.

◆ output_oob_actions

uint16_t serial_evt_prov_caps_received_t::output_oob_actions

Available OOB output actions.

Definition at line 171 of file serial_evt.h.

◆ input_oob_size

uint8_t serial_evt_prov_caps_received_t::input_oob_size

Maximum size of the input OOB supported.

Definition at line 173 of file serial_evt.h.

◆ input_oob_actions

uint16_t serial_evt_prov_caps_received_t::input_oob_actions

Available OOB input actions.

Definition at line 174 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated