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

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

Detailed Description

Handler function for the Light Lightness Client.


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