Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp251 std::string GattCache::GenerateGattCacheFileName(const GattDevice &address) in GenerateGattCacheFileName() function in OHOS::bluetooth::GattCache
259 FILE* fd = fopen(GenerateGattCacheFileName(address).c_str(), "wb"); in WriteStorageBlobToFile()
282 FILE* fd = fopen(GenerateGattCacheFileName(address).c_str(), "rb"); in ReadStorageBlobFromFile()
H A Dgatt_cache.h144 static std::string GenerateGattCacheFileName(const GattDevice &address);