Go to the source code of this file.
|
int | bt_mesh_lvl_cli_get (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, struct bt_mesh_lvl_status *rsp) |
| Get the status of the bound server.
|
|
int | bt_mesh_lvl_cli_set (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_set *set, struct bt_mesh_lvl_status *rsp) |
| Set the level state in the server.
|
|
int | bt_mesh_lvl_cli_set_unack (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_set *set) |
| Set the level state in the server without requesting a response.
|
|
int | bt_mesh_lvl_cli_delta_set (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_delta_set *delta_set, struct bt_mesh_lvl_status *rsp) |
| Trigger a differential level state change in the server.
|
|
int | bt_mesh_lvl_cli_delta_set_unack (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_delta_set *delta_set) |
| Trigger a differential level state change in the server without requesting a response.
|
|
int | bt_mesh_lvl_cli_move_set (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_move_set *move_set, struct bt_mesh_lvl_status *rsp) |
| Trigger a continuous level change in the server.
|
|
int | bt_mesh_lvl_cli_move_set_unack (struct bt_mesh_lvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lvl_move_set *move_set) |
| Trigger a continuous level change in the server without requesting a response.
|
|