nRF Connect SDK API 2.8.99
|
#include <light_sat_srv.h>
Data Fields | |
void(*const | set )(struct bt_mesh_light_sat_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_sat *set, struct bt_mesh_light_sat_status *rsp) |
Set the Saturation state. | |
void(*const | get )(struct bt_mesh_light_sat_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_light_sat_status *rsp) |
Get the Saturation state. | |
void(*const | default_update )(struct bt_mesh_light_sat_srv *srv, struct bt_mesh_msg_ctx *ctx, uint16_t old_default, uint16_t new_default) |
The default saturation value has been updated. | |
void(*const | range_update )(struct bt_mesh_light_sat_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_range *old_range, const struct bt_mesh_light_hsl_range *new_range) |
The valid saturation range has been updated. | |
HSL Saturation Server state access handlers.