| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <access.h>
Data Fields | |
| void(* | start )(uint16_t duration, int err, void *cb_data) | 
| Handler called at the start of the transmission.  More... | |
| void(* | end )(int err, void *cb_data) | 
| Handler called at the end of the transmission.  More... | |
Callback structure for monitoring model message sending
| void(* bt_mesh_send_cb::end) (int err, void *cb_data) | 
Handler called at the end of the transmission.
| err | Error occurring during sending. | 
| cb_data | Callback data, as passed to the send API. | 
| void(* bt_mesh_send_cb::start) (uint16_t duration, int err, void *cb_data) | 
Handler called at the start of the transmission.
| duration | The duration of the full transmission. | 
| err | Error occurring during sending. | 
| cb_data | Callback data, as passed to the send API. |