Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.h56 class HogpGattClientCallback : public IGattClientCallback {
58 explicit HogpGattClientCallback(HidHostHogp *hogp);
59 ~HogpGattClientCallback() = default;
79 std::unique_ptr<HogpGattClientCallback> gattCallback_ = nullptr;
H A Dhid_host_hogp.cpp23 gattCallback_ = std::make_unique<HogpGattClientCallback>(this); in HidHostHogp()
704 HidHostHogp::HogpGattClientCallback::HogpGattClientCallback(HidHostHogp *hogp) : hogp_(hogp) in HogpGattClientCallback() function in OHOS::bluetooth::HidHostHogp::HogpGattClientCallback
707 void HidHostHogp::HogpGattClientCallback::OnConnectionStateChanged(int state, int newState) in OnConnectionStateChanged()
717 void HidHostHogp::HogpGattClientCallback::OnServicesChanged(const std::vector<Service> &services) in OnServicesChanged()
722 void HidHostHogp::HogpGattClientCallback::OnCharacteristicRead(int ret, const Characteristic &chara… in OnCharacteristicRead()
748 void HidHostHogp::HogpGattClientCallback::OnCharacteristicChanged(const Characteristic &characteris… in OnCharacteristicChanged()
784 void HidHostHogp::HogpGattClientCallback::OnDescriptorRead(int ret, const Descriptor &descriptor) in OnDescriptorRead()
797 void HidHostHogp::HogpGattClientCallback::OnDescriptorWrite(int ret, const Descriptor &descriptor) in OnDescriptorWrite()
807 void HidHostHogp::HogpGattClientCallback::OnMtuChanged(int state, int mtu) in OnMtuChanged()
812 void HidHostHogp::HogpGattClientCallback::OnConnectionParameterChanged( in OnConnectionParameterChanged()
[all …]