nRF Connect SDK API 2.8.99
|
#include <scheduler_cli.h>
Data Fields | |
void(* | status_handler )(struct bt_mesh_scheduler_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t schedules) |
Scheduler Status message callback. | |
void(* | 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. | |
const struct bt_mesh_model * | model |
struct bt_mesh_model_pub | pub |
struct net_buf_simple | pub_msg |
uint8_t | buf [BT_MESH_MODEL_BUF_LEN(BT_MESH_SCHEDULER_OP_ACTION_STATUS, BT_MESH_SCHEDULER_MSG_LEN_ACTION_STATUS)] |
struct bt_mesh_msg_ack_ctx | ack_ctx |
uint8_t | ack_idx |
Scheduler client model instance.