Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_lighting_model.c418 if (p_src_data->value.set.lc_property.property_value) { in btc_ble_mesh_lighting_server_copy_req_data()
419 length = p_src_data->value.set.lc_property.property_value->len; in btc_ble_mesh_lighting_server_copy_req_data()
420 p_dest_data->value.set.lc_property.property_value = bt_mesh_alloc_buf(length); in btc_ble_mesh_lighting_server_copy_req_data()
421 if (p_dest_data->value.set.lc_property.property_value == NULL) { in btc_ble_mesh_lighting_server_copy_req_data()
425 net_buf_simple_add_mem(p_dest_data->value.set.lc_property.property_value, in btc_ble_mesh_lighting_server_copy_req_data()
426 p_src_data->value.set.lc_property.property_value->data, in btc_ble_mesh_lighting_server_copy_req_data()
427 p_src_data->value.set.lc_property.property_value->len); in btc_ble_mesh_lighting_server_copy_req_data()
472 bt_mesh_free_buf(arg->value.set.lc_property.property_value); in btc_ble_mesh_lighting_server_free_req_data()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h1404 esp_ble_mesh_server_recv_light_lc_property_get_t lc_property; /*!< Light LC Property Get */ member
1588 …esp_ble_mesh_server_recv_light_lc_property_set_t lc_property; /*!< Light LC Prop… member