nRF Connect SDK API 2.8.99
|
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.
[in] | srv | Server to set the DTT of. |
[in] | transition_time | New Default Transition Time, in milliseconds. |