nRF Connect SDK API 2.8.99
|
#include <light_ctl_cli.h>
Data Fields | |
void(*const | ctl_status )(struct bt_mesh_light_ctl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_ctl_status *status) |
CTL status message handler. | |
void(*const | temp_status )(struct bt_mesh_light_ctl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp_status *status) |
CTL Temperature status message handler. | |
void(*const | default_status )(struct bt_mesh_light_ctl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_ctl *status) |
Default parameter status message handler. | |
void(*const | temp_range_status )(struct bt_mesh_light_ctl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp_range_status *status) |
CTL Range status message handler. | |
Light CTL Client state access handlers.