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

OOB authentication capabilities received from the provisionee. More...

#include <nrf_mesh_prov_events.h>

Data Fields

nrf_mesh_prov_ctx_t * p_context
 Provisioning context where the capabilities were received. More...
 
nrf_mesh_prov_oob_caps_t oob_caps
 Capabilities reported by the provisionee node. More...
 

Detailed Description

OOB authentication capabilities received from the provisionee.

When this event is received, the application must provide the provisioning stack with the OOB authentication mechanism to use via the nrf_mesh_prov_oob_use() function.

Note
Only provisioner devices will receive this event. To set the OOB capabilities for a provisionee device, specify the capabilities when initializing the provisioning stack.
See also
nrf_mesh_prov_oob_use()

Definition at line 209 of file nrf_mesh_prov_events.h.

Field Documentation

◆ p_context

nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_caps_received_t::p_context

Provisioning context where the capabilities were received.

Definition at line 212 of file nrf_mesh_prov_events.h.

◆ oob_caps

nrf_mesh_prov_oob_caps_t nrf_mesh_prov_evt_caps_received_t::oob_caps

Capabilities reported by the provisionee node.

Definition at line 214 of file nrf_mesh_prov_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated