Searched refs:cache_ver (Results 1 – 1 of 1) sorted by relevance
945 uint16_t cache_ver = 0; in bta_gattc_cache_load() local949 if (fread(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_load()954 if (cache_ver != GATT_CACHE_VERSION) { in bta_gattc_cache_load()1005 uint16_t cache_ver = GATT_CACHE_VERSION; in bta_gattc_cache_write() local1006 if (fwrite(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_write()