Searched refs:light_lc_property_value (Results 1 – 2 of 2) sorted by relevance
388 struct net_buf_simple *light_lc_property_value; /* Raw value for the Light LC Property */ member413 struct net_buf_simple *light_lc_property_value; /* Raw value for the Light LC Property */ member
624 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()