#include <include/bluetooth/mesh/gen_dtt_cli.h>
Set the Default Transition Time of the server without requesting a response.
- Parameters
-
[in] | cli | Client model to send on. |
[in] | ctx | Message context to use for sending, or NULL to publish with the configured parameters. |
[in] | transition_time | Transition time to set (in milliseconds). Must be less than BT_MESH_MODEL_TRANSITION_TIME_MAX_MS. |
- Return values
-
0 | Successfully sent the message. |
-EINVAL | The given transition time is invalid. |
-EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
-EAGAIN | The device has not been provisioned. |