Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_send_cb Struct Reference

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.
 

Detailed Description

Callback structure for monitoring model message sending.

Field Documentation

◆ end

void(* bt_mesh_send_cb::end) (int err, void *cb_data)

Handler called at the end of the transmission.

Parameters
errError occurring during sending.
cb_dataCallback data, as passed to the send API.

◆ start

void(* bt_mesh_send_cb::start) (uint16_t duration, int err, void *cb_data)

Handler called at the start of the transmission.

Parameters
durationThe duration of the full transmission.
errError occurring during sending.
cb_dataCallback data, as passed to the send API.

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