nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Light HSL Server model

API for the Light HSL Server model. More...

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.
 

Detailed Description

API for the Light HSL Server model.