Provisioning link closed event. More...
#include <nrf_mesh_prov_events.h>
Data Fields | |
nrf_mesh_prov_ctx_t * | p_context |
Provisioning context pointer. More... | |
nrf_mesh_prov_link_close_reason_t | close_reason |
Reason for closing the link. More... | |
Provisioning link closed event.
Definition at line 127 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_link_closed_t::p_context |
Provisioning context pointer.
Definition at line 130 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_link_close_reason_t nrf_mesh_prov_evt_link_closed_t::close_reason |
Reason for closing the link.
Definition at line 132 of file nrf_mesh_prov_events.h.