nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Generic Default Transition Time Client API

API for the Generic Default Transition Time (DTT) Client. More...

Data Structures

struct  bt_mesh_dtt_cli
 

Macros

#define BT_MESH_DTT_CLI_INIT(_status_handler)
 Initialization parameters for the Generic Default Transition Time Client API.
 
#define BT_MESH_MODEL_DTT_CLI(_cli)
 Generic DTT Client model composition data entry.
 

Functions

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.
 

Detailed Description

API for the Generic Default Transition Time (DTT) Client.