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

◆ action_status_handler

void(* bt_mesh_scheduler_cli::action_status_handler) (struct bt_mesh_scheduler_cli *cli, struct bt_mesh_msg_ctx *ctx, uint8_t idx, const struct bt_mesh_schedule_entry *action)

Scheduler Action Status message callback.

Parameters
[in]cliScheduler client model.
[in]ctxMessage context parameters.
[in]idxIndex of the received action.
[in]actionReceived Scheduler action or NULL if there is only index in the reply.