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

◆ default_update

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.

Parameters
[in]srvLight Saturation server.
[in]ctxMessage context, or NULL if the callback was not triggered by a mesh message
[in]old_defaultDefault value before the update.
[in]new_defaultDefault value after the update.