![]() |
nRF Connect SDK API 3.3.99
|
#include <lightness_cli.h>
Data Fields | |
| void(*const | light_status )(struct bt_mesh_lightness_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lightness_status *status) |
| Light Level status message handler. | |
| void(*const | default_status )(struct bt_mesh_lightness_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t default_light) |
| Default Light status message handler. | |
| void(*const | range_status )(struct bt_mesh_lightness_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_lightness_range_status *status) |
| Light Range status message handler. | |
| void(*const | last_light_status )(struct bt_mesh_lightness_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t last) |
| Last non-zero Light Level status message handler. | |
Handler function for the Light Lightness Client.