![]() |
nRF Connect SDK API 3.3.99
|
#include <light_hsl_cli.h>
Data Fields | |
| void(*const | status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_status *status) |
| HSL status message handler. | |
| void(*const | target_status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_status *status) |
| HSL target status message handler. | |
| void(*const | default_status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl *status) |
| Default parameter status message handler. | |
| void(*const | range_status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_range_status *status) |
| Range status message handler. | |
| void(*const | hue_status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hue_status *status) |
| Hue status message handler. | |
| void(*const | saturation_status )(struct bt_mesh_light_hsl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_sat_status *status) |
| Saturation status message handler. | |
Light HSL Client state access handlers.