Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp83 class GattClientProfileCallbackImplement;
88 std::unique_ptr<GattClientProfileCallbackImplement> profileCallback_ = {nullptr};
465 class GattClientService::impl::GattClientProfileCallbackImplement : public GattClientProfileCallbac… class in OHOS::bluetooth::GattClientService::impl
558 GattClientProfileCallbackImplement(GattClientService &service) : service_(service) in GattClientProfileCallbackImplement() function in OHOS::bluetooth::GattClientService::impl::GattClientProfileCallbackImplement
560 ~GattClientProfileCallbackImplement() in ~GattClientProfileCallbackImplement()
569 profileCallback_(std::make_unique<GattClientProfileCallbackImplement>(service)), in impl()