Searched refs:model_send_comp (Results 1 – 2 of 2) sorted by relevance
307 if (p_src_data->model_send_comp.ctx) { in btc_ble_mesh_model_copy_req_data()308 p_dest_data->model_send_comp.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()309 if (p_dest_data->model_send_comp.ctx) { in btc_ble_mesh_model_copy_req_data()310 …memcpy(p_dest_data->model_send_comp.ctx, p_src_data->model_send_comp.ctx, sizeof(esp_ble_mesh_msg_… in btc_ble_mesh_model_copy_req_data()364 if (arg->model_send_comp.ctx) { in btc_ble_mesh_model_free_req_data()365 bt_mesh_free(arg->model_send_comp.ctx); in btc_ble_mesh_model_free_req_data()491 mesh_param.model_send_comp.err_code = err; in btc_ble_mesh_model_send_comp_cb()492 mesh_param.model_send_comp.opcode = opcode; in btc_ble_mesh_model_send_comp_cb()493 mesh_param.model_send_comp.model = model; in btc_ble_mesh_model_send_comp_cb()494 mesh_param.model_send_comp.ctx = ctx; in btc_ble_mesh_model_send_comp_cb()
2235 } model_send_comp; /*!< Event parameter of ESP_BLE_MESH_MODEL_SEND_COMP_EVT */ member