Searched refs:cache_ver (Results 1 – 1 of 1) sorted by relevance
722 uint16_t cache_ver = 0; in bta_gattc_cache_load() local726 if (fread(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_load()731 if (cache_ver != GATT_CACHE_VERSION) { in bta_gattc_cache_load()782 uint16_t cache_ver = GATT_CACHE_VERSION; in bta_gattc_cache_write() local783 if (fwrite(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_write()