|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Callback structure for monitoring model message sending. More...
#include <access.h>
Data Fields | |
| void(* | start )(uint16_t duration, int err, void *cb_data) |
| Handler called at the start of the transmission. | |
| void(* | end )(int err, void *cb_data) |
| Handler called at the end of the transmission. | |
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. |