Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h146 struct ReadValCache { struct
151ReadValCache(uint16_t handle, uint16_t offset, Packet *data) : handle_(handle), offset_(offset), d… in ReadValCache() function
H A Dgatt_client_profile.cpp36 std::list<std::pair<uint16_t, ReadValCache>> readValCache_ = {};
2322 std::list<std::pair<uint16_t, ReadValCache>>::iterator iter; in AddReadValueCache()
2334 readValCache_.emplace_back(connectHandle, ReadValCache(handle, offset, packet)); in AddReadValueCache()
2347 std::list<std::pair<uint16_t, ReadValCache>>::iterator iter; in GetReadValueCache()