Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc48 #define GATT_HASH_FILE_PREFIX "gatt_hash_" macro
56 #define GATT_HASH_FILE_PREFIX "gatt_hash_" macro
405 size_t pattern_len = strlen(GATT_HASH_FILE_PREFIX); in bta_gattc_hash_remove_least_recently_used_if_possible()
413 if (strncmp(tmp, GATT_HASH_FILE_PREFIX, pattern_len) != 0) { in bta_gattc_hash_remove_least_recently_used_if_possible()