nRF Connect SDK API 2.8.99
|
#include <light_ctrl_cli.h>
Data Fields | |
void(* | mode )(struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, bool enabled) |
Light LC Mode status handler. | |
void(* | occupancy_mode )(struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, bool enabled) |
Light LC Occupancy Mode status handler. | |
void(* | light_onoff )(struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_onoff_status *status) |
Light LC OnOff status handler. | |
void(* | prop )(struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, enum bt_mesh_light_ctrl_prop id, const struct bt_mesh_sensor_value *value) |
Light LC Property status handler. | |
void(* | coeff )(struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, enum bt_mesh_light_ctrl_coeff id, float value) |
Light LC Regulator Coefficient status handler. | |
Light Control Client handlers