Provisioning invite event. More...
#include <nrf_mesh_prov_events.h>
Data Fields | |
nrf_mesh_prov_ctx_t * | p_context |
Provisioning context pointer. More... | |
uint8_t | attention_duration_s |
Time in seconds during which the device will identify itself using any means it can. More... | |
Provisioning invite event.
Definition at line 138 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_invite_received_t::p_context |
Provisioning context pointer.
Definition at line 141 of file nrf_mesh_prov_events.h.
uint8_t nrf_mesh_prov_evt_invite_received_t::attention_duration_s |
Time in seconds during which the device will identify itself using any means it can.
Definition at line 143 of file nrf_mesh_prov_events.h.