Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc47 #define GATT_HASH_PATH "/var/lib/bluetooth/gatt" macro
55 #define GATT_HASH_PATH "/data/misc/bluetooth" macro
383 std::unique_ptr<DIR, decltype(&closedir)> dirp(opendir(GATT_HASH_PATH), in bta_gattc_hash_remove_least_recently_used_if_possible()
386 log::error("open dir error, dir={}", GATT_HASH_PATH); in bta_gattc_hash_remove_least_recently_used_if_possible()
421 snprintf(tmp, 255, "%s/%s", GATT_HASH_PATH, dp->d_name); in bta_gattc_hash_remove_least_recently_used_if_possible()