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

Struct defining the bearer callback functions. More...

#include <nrf_mesh_prov_bearer.h>

Data Fields

prov_bearer_cb_rx_t rx
 The callback function for passing up all the incoming packets except the control packets. More...
 
prov_bearer_cb_ack_t ack
 The callback function for passing up all the incoming acknowledgments. More...
 
prov_bearer_cb_link_opened_t opened
 The callback function for notifying the users that a link has been opened. More...
 
prov_bearer_cb_link_closed_t closed
 The callback function for notifying the users that a link has been closed. More...
 

Detailed Description

Struct defining the bearer callback functions.

Definition at line 192 of file nrf_mesh_prov_bearer.h.

Field Documentation

◆ rx

prov_bearer_cb_rx_t prov_bearer_callbacks_t::rx

The callback function for passing up all the incoming packets except the control packets.

Definition at line 195 of file nrf_mesh_prov_bearer.h.

◆ ack

prov_bearer_cb_ack_t prov_bearer_callbacks_t::ack

The callback function for passing up all the incoming acknowledgments.

Definition at line 197 of file nrf_mesh_prov_bearer.h.

◆ opened

prov_bearer_cb_link_opened_t prov_bearer_callbacks_t::opened

The callback function for notifying the users that a link has been opened.

Definition at line 199 of file nrf_mesh_prov_bearer.h.

◆ closed

prov_bearer_cb_link_closed_t prov_bearer_callbacks_t::closed

The callback function for notifying the users that a link has been closed.

Definition at line 201 of file nrf_mesh_prov_bearer.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated