Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp122 uint8_t *GetReadValueCache(uint16_t connectHandle, uint16_t handle);
1619 data = GetReadValueCache(connectHandle, iter->second.startHandle_); in ReadLongCharacteristicValueParsing()
1717 data = GetReadValueCache(connectHandle, iter->second.startHandle_); in ReadLongCharacteristicDescriptorsParsing()
2344 uint8_t *GattClientProfile::impl::GetReadValueCache(uint16_t connectHandle, uint16_t handle) in GetReadValueCache() function in OHOS::bluetooth::GattClientProfile::impl