Searched refs:model_operation (Results 1 – 2 of 2) sorted by relevance
269 if (p_src_data->model_operation.ctx && p_src_data->model_operation.msg) { in btc_ble_mesh_model_copy_req_data()270 p_dest_data->model_operation.ctx = bt_mesh_malloc(sizeof(esp_ble_mesh_msg_ctx_t)); in btc_ble_mesh_model_copy_req_data()271 …p_dest_data->model_operation.msg = p_src_data->model_operation.length ? (uint8_t *)bt_mesh_malloc(… in btc_ble_mesh_model_copy_req_data()272 if (p_dest_data->model_operation.ctx) { in btc_ble_mesh_model_copy_req_data()273 …memcpy(p_dest_data->model_operation.ctx, p_src_data->model_operation.ctx, sizeof(esp_ble_mesh_msg_… in btc_ble_mesh_model_copy_req_data()277 if (p_src_data->model_operation.length) { in btc_ble_mesh_model_copy_req_data()278 if (p_dest_data->model_operation.msg) { in btc_ble_mesh_model_copy_req_data()279 …memcpy(p_dest_data->model_operation.msg, p_src_data->model_operation.msg, p_src_data->model_operat… in btc_ble_mesh_model_copy_req_data()346 if (arg->model_operation.msg) { in btc_ble_mesh_model_free_req_data()347 bt_mesh_free(arg->model_operation.msg); in btc_ble_mesh_model_free_req_data()[all …]
2226 } model_operation; /*!< Event parameter of ESP_BLE_MESH_MODEL_OPERATION_EVT */ member