Searched refs:GattClientProfileCallbackImplement (Results 1 – 1 of 1) sorted by relevance
83 class GattClientProfileCallbackImplement;88 std::unique_ptr<GattClientProfileCallbackImplement> profileCallback_ = {nullptr};465 class GattClientService::impl::GattClientProfileCallbackImplement : public GattClientProfileCallbac… class in OHOS::bluetooth::GattClientService::impl558 GattClientProfileCallbackImplement(GattClientService &service) : service_(service) in GattClientProfileCallbackImplement() function in OHOS::bluetooth::GattClientService::impl::GattClientProfileCallbackImplement560 ~GattClientProfileCallbackImplement() in ~GattClientProfileCallbackImplement()569 profileCallback_(std::make_unique<GattClientProfileCallbackImplement>(service)), in impl()