Searched refs:svc_result (Results 1 – 1 of 1) sorted by relevance
253 esp_gattc_service_elem_t *svc_result = (esp_gattc_service_elem_t *)result; in btc_gattc_fill_gatt_db_conversion() local255 … svc_result->is_primary = (db[offset + i].type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; in btc_gattc_fill_gatt_db_conversion()256 svc_result->start_handle = db[offset + i].start_handle; in btc_gattc_fill_gatt_db_conversion()257 svc_result->end_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion()259 bta_to_btc_uuid(&svc_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion()260 svc_result++; in btc_gattc_fill_gatt_db_conversion()