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

◆ bt_mesh_dtt_srv_set()

void bt_mesh_dtt_srv_set ( struct bt_mesh_dtt_srv srv,
uint32_t  transition_time 
)

#include <include/bluetooth/mesh/gen_dtt_srv.h>

Set the Default Transition Time of the DTT server.

If an update handler is set, it'll be called with the updated transition time. If publication is configured, the change will cause the server to publish.

Parameters
[in]srvServer to set the DTT of.
[in]transition_timeNew Default Transition Time, in milliseconds.