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

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

Detailed Description

HSL Saturation Server state access handlers.


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