nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ range_update

void(*const bt_mesh_light_hue_srv_handlers::range_update) (struct bt_mesh_light_hue_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 hue range has been updated.

Parameters
[in]srvLight Hue server.
[in]ctxMessage context, or NULL if the callback was not triggered by a mesh message
[in]old_rangeRange before the update.
[in]new_rangeRange after the update.