Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc99 uint16_t cache_ver = 0; in bta_gattc_load_db() local
102 if (fread(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_load_db()
107 if (cache_ver != GATT_CACHE_VERSION) { in bta_gattc_load_db()
247 uint16_t cache_ver = GATT_CACHE_VERSION; in bta_gattc_store_db() local
248 if (fwrite(&cache_ver, sizeof(uint16_t), 1, fd) != 1) { in bta_gattc_store_db()