nRF Connect SDK API 2.8.99
|
#include <light_xyl_srv.h>
Data Fields | |
void(*const | xy_set )(struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_xy_set *set, struct bt_mesh_light_xy_status *rsp) |
Set the xy state. | |
void(*const | xy_get )(struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_light_xy_status *rsp) |
Get the xy state. | |
void(*const | range_update )(struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_xy_range *old_range, const struct bt_mesh_light_xy_range *new_range) |
The Range state has changed. | |
void(*const | default_update )(struct bt_mesh_light_xyl_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_xy *old_default, const struct bt_mesh_light_xy *new_default) |
The Default Parameter state has changed. | |
Light xyL Server state access handlers.