Searched refs:GattServerProfileCallbackImplement (Results 1 – 1 of 1) sorted by relevance
49 class GattServerProfileCallbackImplement;54 std::unique_ptr<GattServerProfileCallbackImplement> profileCallback_ = {nullptr};493 class GattServerService::impl::GattServerProfileCallbackImplement : public GattServerProfileCallbac… class in OHOS::bluetooth::GattServerService::impl553 GattServerProfileCallbackImplement(GattServerService &service) : service_(service) in GattServerProfileCallbackImplement() function in OHOS::bluetooth::GattServerService::impl::GattServerProfileCallbackImplement555 ~GattServerProfileCallbackImplement() in ~GattServerProfileCallbackImplement()618 profileCallback_(std::make_unique<GattServerProfileCallbackImplement>(service)), in impl()