nRF Connect SDK API 2.8.99
|
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.
[in] | cli | Scheduler client model. |
[in] | ctx | Message context parameters. |
[in] | idx | Index of the received action. |
[in] | action | Received Scheduler action or NULL if there is only index in the reply. |