Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h388 struct net_buf_simple *light_lc_property_value; /* Raw value for the Light LC Property */ member
413 struct net_buf_simple *light_lc_property_value; /* Raw value for the Light LC Property */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c624 status->light_lc_property_value = bt_mesh_alloc_buf(buf->len); in light_status()
625 if (!status->light_lc_property_value) { in light_status()
630 net_buf_simple_add_mem(status->light_lc_property_value, buf->data, buf->len); in light_status()
714 bt_mesh_free_buf(status->light_lc_property_value); in light_status()
1011 …net_buf_simple_add_mem(msg, set->light_lc_property_value->data, set->light_lc_property_value->len); in light_set_state()
1309 if (!value->light_lc_property_value) { in bt_mesh_light_client_set_state()
1313 length = (1 + 2 + value->light_lc_property_value->len + 4); in bt_mesh_light_client_set_state()