![]() |
nRF Connect SDK API 3.3.99
|
| void(*const bt_mesh_light_sat_srv_handlers::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.
| [in] | srv | Light Saturation server. |
| [in] | ctx | Message context, or NULL if the callback was not triggered by a mesh message |
| [in] | old_default | Default value before the update. |
| [in] | new_default | Default value after the update. |