nRF Connect SDK API 2.8.99
|
#include <light_temp_srv.h>
Data Fields | |
void(*const | set )(struct bt_mesh_light_temp_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp_set *set, struct bt_mesh_light_temp_status *rsp) |
Set the Light Temperature state. | |
void(*const | get )(struct bt_mesh_light_temp_srv *srv, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_light_temp_status *rsp) |
Get the CTL Temperature state. | |
void(*const | range_update )(struct bt_mesh_light_temp_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp_range *old_range, const struct bt_mesh_light_temp_range *new_range) |
The Temperature Range state has changed. | |
void(*const | default_update )(struct bt_mesh_light_temp_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_temp *old_default, const struct bt_mesh_light_temp *new_default) |
The Default Light Temperature has changed. | |
Light CTL Temperature Server state access handlers.