nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ action_set_cb

void(*const bt_mesh_scheduler_srv::action_set_cb) (struct bt_mesh_scheduler_srv *srv, struct bt_mesh_msg_ctx *ctx, uint8_t idx, struct bt_mesh_schedule_entry *entry)

Scheduler action set callback.

Called whenever the server receives an action set both ack or unack

Note
This handler is optional.
Parameters
[in]srvScheduler server instance.
[in]ctxContext information about received message.
[in]idxScheduler Register state index.
[in]entryScheduler Register state entry.