nRF Connect SDK API 2.8.99
|
#include <bluetooth/mesh/light_hsl.h>
#include <bluetooth/mesh/model_types.h>
#include <bluetooth/mesh/gen_lvl_srv.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_light_sat_srv_handlers |
struct | bt_mesh_light_sat_srv |
Macros | |
#define | BT_MESH_LIGHT_SAT_SRV_INIT(_handlers) |
Initialization parameters for a Light Saturation Server model instance. | |
#define | BT_MESH_MODEL_LIGHT_SAT_SRV(_srv) |
HSL Saturation Server model composition data entry. | |
Functions | |
int | bt_mesh_light_sat_srv_pub (struct bt_mesh_light_sat_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_sat_status *status) |
Publish the current HSL Saturation status. | |