nRF Connect SDK API 2.8.99
|
#include <bluetooth/mesh/light_hsl.h>
#include <bluetooth/mesh/light_sat_srv.h>
#include <bluetooth/mesh/light_hue_srv.h>
#include <bluetooth/mesh/lightness_srv.h>
#include <bluetooth/mesh/model_types.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_light_hsl_srv |
Macros | |
#define | BT_MESH_LIGHT_HSL_SRV_INIT(_lightness_srv, _hue_handlers, _sat_handlers) |
Initialization parameters for a Light HSL Server model instance. | |
#define | BT_MESH_MODEL_LIGHT_HSL_SRV(_srv, ...) |
Light HSL Server model composition data entry. | |
#define | BT_MESH_LIGHT_HSL_HUE_RANGE_METADATA_ID 0x0005 |
#define | BT_MESH_LIGHT_HSL_SAT_RANGE_METADATA_ID 0x0006 |
#define | BT_MESH_LIGHT_HSL_HUE_RANGE_METADATA(range_min, range_max) |
#define | BT_MESH_LIGHT_HSL_SAT_RANGE_METADATA(range_min, range_max) |
Functions | |
int | bt_mesh_light_hsl_srv_pub (struct bt_mesh_light_hsl_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_status *status) |
Publish the current HSL status. | |