nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ prop

void(* bt_mesh_light_ctrl_cli_handlers::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.

The Light Lightness Control Server's properties are configuration parameters for its behavior. All properties are represented as a single sensor channel.

Parameters
[in]cliClient that received the message.
[in]ctxContext of the message.
[in]idID of the property.
[in]valueValue of the property.