Home
last modified time | relevance | path

Searched defs:GattConnectionObserverImplement (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp448 class GattServerService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerService::impl
484 explicit GattConnectionObserverImplement(GattServerService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerService::impl::GattConnectionObserverImplement
H A Dgatt_client_service.cpp421 class GattClientService::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientService::impl
456 explicit GattConnectionObserverImplement(GattClientService &service) : service_(service) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientService::impl::GattConnectionObserverImplement
H A Dgatt_server_profile.cpp1833 class GattServerProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattServerProfile::impl
1857GattConnectionObserverImplement(GattServerProfile &serverProfile) : serverProfile_(serverProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattServerProfile::impl::GattConnectionObserverImplement
H A Dgatt_client_profile.cpp2394 class GattClientProfile::impl::GattConnectionObserverImplement : public GattConnectionObserver { class in OHOS::bluetooth::GattClientProfile::impl
2422GattConnectionObserverImplement(GattClientProfile &clientProfile) : clientProfile_(clientProfile) in GattConnectionObserverImplement() function in OHOS::bluetooth::GattClientProfile::impl::GattConnectionObserverImplement