Provisioning bearer context. More...
#include <nrf_mesh_prov_bearer.h>
Data Fields | |
list_node_t | node |
Linked-list node parameter. More... | |
nrf_mesh_prov_bearer_type_t | bearer_type |
Bearer type. More... | |
const prov_bearer_interface_t * | p_interface |
Provisioning bearer interface. More... | |
const prov_bearer_callbacks_t * | p_callbacks |
Provisioning bearer callbacks. More... | |
void * | p_parent |
Pointer to the parent context structure. More... | |
Provisioning bearer context.
Forward declaration of the bearer context structure.
Every provisioning bearer should instantiate this structure.
Definition at line 224 of file nrf_mesh_prov_bearer.h.
list_node_t prov_bearer_t::node |
Linked-list node parameter.
Definition at line 226 of file nrf_mesh_prov_bearer.h.
nrf_mesh_prov_bearer_type_t prov_bearer_t::bearer_type |
Bearer type.
Definition at line 227 of file nrf_mesh_prov_bearer.h.
const prov_bearer_interface_t* prov_bearer_t::p_interface |
Provisioning bearer interface.
Definition at line 228 of file nrf_mesh_prov_bearer.h.
const prov_bearer_callbacks_t* prov_bearer_t::p_callbacks |
Provisioning bearer callbacks.
Definition at line 229 of file nrf_mesh_prov_bearer.h.
void* prov_bearer_t::p_parent |
Pointer to the parent context structure.
Definition at line 230 of file nrf_mesh_prov_bearer.h.