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

◆ range_update

void(*const bt_mesh_light_xyl_srv_handlers::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.

Parameters
[in]srvServer the Range state was changed on.
[in]ctxContext of the set message that triggered the update.
[in]old_rangeThe old Range.
[in]new_rangeThe new Range.