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

◆ update

void(*const bt_mesh_dtt_srv::update) (struct bt_mesh_dtt_srv *srv, struct bt_mesh_msg_ctx *ctx, uint32_t old_transition_time, uint32_t new_transition_time)

Update handler for the transition time state.

Called every time the transition time is updated.

Parameters
[in]srvServer instance that was updated.
[in]ctxContext of the set message that caused the update, or NULL if the update was not a result of a set message.
[in]old_transition_timeThe transition time prior to the update, in milliseconds.
[in]new_transition_timeThe new transition time after the update, in milliseconds.