API for the Generic Default Transition Time (DTT) Client.
More...
|
int | bt_mesh_dtt_get (struct bt_mesh_dtt_cli *cli, struct bt_mesh_msg_ctx *ctx, int32_t *rsp_transition_time) |
| Get the Default Transition Time of the server.
|
|
int | bt_mesh_dtt_set (struct bt_mesh_dtt_cli *cli, struct bt_mesh_msg_ctx *ctx, uint32_t transition_time, int32_t *rsp_transition_time) |
| Set the Default Transition Time of the server.
|
|
int | bt_mesh_dtt_set_unack (struct bt_mesh_dtt_cli *cli, struct bt_mesh_msg_ctx *ctx, uint32_t transition_time) |
| Set the Default Transition Time of the server without requesting a response.
|
|
API for the Generic Default Transition Time (DTT) Client.