Searched defs:GattConnectionObserverImplement (Results 1 – 4 of 4) sorted by relevance
448 class GattServerService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerService::impl484 explicit GattConnectionObserverImplement(GattServerService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerService::impl::GattConnectionObserverImplement
421 class GattClientService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientService::impl456 explicit GattConnectionObserverImplement(GattClientService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientService::impl::GattConnectionObserverImplement
1833 class GattServerProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerProfile::impl1857 … GattConnectionObserverImplement(GattServerProfile &serverProfile) : serverProfile_(serverProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerProfile::impl::GattConnectionObserverImplement
2394 class GattClientProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientProfile::impl2422 … GattConnectionObserverImplement(GattClientProfile &clientProfile) : clientProfile_(clientProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientProfile::impl::GattConnectionObserverImplement