nRF Connect SDK API 2.8.99
|
#include <gen_plvl_cli.h>
Data Fields | |
void(*const | power_status )(struct bt_mesh_plvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_plvl_status *status) |
Power Level status message handler. | |
void(*const | default_status )(struct bt_mesh_plvl_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t default_power) |
Default Power status message handler. | |
void(*const | range_status )(struct bt_mesh_plvl_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_plvl_range_status *status) |
Power Range status message handler. | |
void(*const | last_status )(struct bt_mesh_plvl_cli *cli, struct bt_mesh_msg_ctx *ctx, uint16_t last) |
Last non-zero Power Level status message handler. | |
Handler function for the Power Level Client.