Searched refs:get_db (Results 1 – 1 of 1) sorted by relevance
569 btgatt_db_element_t *get_db = NULL; in btc_ble_gattc_get_db() local573 BTA_GATTC_GetGattDb(conn_id, start_handle, end_handle, &get_db, &num); in btc_ble_gattc_get_db()576 if (get_db) { in btc_ble_gattc_get_db()577 osi_free(get_db); in btc_ble_gattc_get_db()585 db[i].type = get_db[i].type; in btc_ble_gattc_get_db()586 db[i].attribute_handle = get_db[i].id; in btc_ble_gattc_get_db()587 db[i].start_handle = get_db[i].start_handle; in btc_ble_gattc_get_db()588 db[i].end_handle = get_db[i].end_handle; in btc_ble_gattc_get_db()589 db[i].properties = get_db[i].properties; in btc_ble_gattc_get_db()590 btc128_to_bta_uuid(&bta_uuid, get_db[i].uuid.uu); in btc_ble_gattc_get_db()[all …]