Home
last modified time | relevance | path

Searched refs:cache_ver (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc1042 uint16_t cache_ver = 0; in bta_gattc_cache_load() local
1047 if (fread(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_load()
1052 if (cache_ver != GATT_CACHE_VERSION) { in bta_gattc_cache_load()
1105 uint16_t cache_ver = GATT_CACHE_VERSION; in bta_gattc_cache_write() local
1106 if (fwrite(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_cache_write()