Provisioning input requested event. More...
#include <nrf_mesh_prov_events.h>
Data Fields | |
nrf_mesh_prov_ctx_t * | p_context |
Provisioning context pointer. More... | |
uint8_t | action |
Requested action. More... | |
uint8_t | size |
Size of the input data requested. More... | |
Provisioning input requested event.
Definition at line 158 of file nrf_mesh_prov_events.h.
nrf_mesh_prov_ctx_t* nrf_mesh_prov_evt_input_request_t::p_context |
Provisioning context pointer.
Definition at line 161 of file nrf_mesh_prov_events.h.
uint8_t nrf_mesh_prov_evt_input_request_t::action |
Requested action.
When the device is acting as provisionee, the action field contains value from nrf_mesh_prov_input_action_t. When the device is acting as provisioner, the action field contains value from nrf_mesh_prov_output_action_t.
Definition at line 165 of file nrf_mesh_prov_events.h.
uint8_t nrf_mesh_prov_evt_input_request_t::size |
Size of the input data requested.
Definition at line 167 of file nrf_mesh_prov_events.h.