![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| [in] | srv | Server the Range state was changed on. |
| [in] | ctx | Context of the set message that triggered the update. |
| [in] | old_range | The old Range. |
| [in] | new_range | The new Range. |