Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_lighting_model.c141 if (p_src_data->status_cb.lc_property_status.property_value) { in btc_ble_mesh_lighting_client_copy_req_data()
142 length = p_src_data->status_cb.lc_property_status.property_value->len; in btc_ble_mesh_lighting_client_copy_req_data()
143 … p_dest_data->status_cb.lc_property_status.property_value = bt_mesh_alloc_buf(length); in btc_ble_mesh_lighting_client_copy_req_data()
144 if (!p_dest_data->status_cb.lc_property_status.property_value) { in btc_ble_mesh_lighting_client_copy_req_data()
148 net_buf_simple_add_mem(p_dest_data->status_cb.lc_property_status.property_value, in btc_ble_mesh_lighting_client_copy_req_data()
149 … p_src_data->status_cb.lc_property_status.property_value->data, in btc_ble_mesh_lighting_client_copy_req_data()
150 … p_src_data->status_cb.lc_property_status.property_value->len); in btc_ble_mesh_lighting_client_copy_req_data()
184 bt_mesh_free_buf(arg->status_cb.lc_property_status.property_value); in btc_ble_mesh_lighting_client_free_req_data()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h505 …esp_ble_mesh_light_lc_property_status_cb_t lc_property_status; /*!< For ESP_BL… member