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

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

Detailed Description

Light CTL Temperature Server state access handlers.


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