nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_mesh_light_ctrl_cli_handlers Struct Reference

#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.
 

Detailed Description

Light Control Client handlers


The documentation for this struct was generated from the following file: