nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_mesh_light_xyl_srv_handlers Struct Reference

#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.
 

Detailed Description

Light xyL Server state access handlers.


The documentation for this struct was generated from the following file: