Searched refs:OnReadDescriptorValueEvent (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile_callback.h | 66 virtual void OnReadDescriptorValueEvent(int reqId, uint16_t handle, GattValue &value, size_t len, int result) {}; in OnReadDescriptorValueEvent() function in OHOS::bluetooth::GattClientProfileCallback
|
H A D | gatt_client_service.cpp | 128 void OnReadDescriptorValueEvent( 532 void OnReadDescriptorValueEvent( 536 &impl::OnReadDescriptorValueEvent, service_.pimpl.get(), reqId, handle, value, len, result)); 974 void GattClientService::impl::OnReadDescriptorValueEvent( in OnReadDescriptorValueEvent() function in OHOS::bluetooth::GattClientService::impl
|
H A D | gatt_client_profile.cpp | 1033 pClientCallBack_->OnReadDescriptorValueEvent(reqId, 0, sharedPtr, 0, ret); in IndicateRequestRetToService() 1687 pClientCallBack_->OnReadDescriptorValueEvent( in ReadCharacteristicDescriptorsParsing() 1719 pClientCallBack_->OnReadDescriptorValueEvent( in ReadLongCharacteristicDescriptorsParsing() 1937 pClientCallBack_->OnReadDescriptorValueEvent(reqId, handle, sharedPtr, 0, result); in SplitReadReqErrorParsing()
|
Completed in 8 milliseconds