Searched refs:ReadValCache (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 146 struct ReadValCache { struct 151 …ReadValCache(uint16_t handle, uint16_t offset, Packet *data) : handle_(handle), offset_(offset), d… in ReadValCache() function
|
H A D | gatt_client_profile.cpp | 36 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()
|