Home
last modified time | relevance | path

Searched refs:light_lc_property_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h387 uint16_t light_lc_property_id; /* Property ID identifying a Light LC Property */ member
408 uint16_t light_lc_property_id; /* Property ID identifying a Light LC Property */ member
412 uint16_t light_lc_property_id; /* Property ID identifying a Light LC Property */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c623 status->light_lc_property_id = net_buf_simple_pull_le16(buf); in light_status()
780 net_buf_simple_add_le16(&msg, get->light_lc_property_id); in light_get_state()
1010 net_buf_simple_add_le16(msg, set->light_lc_property_id); in light_set_state()