Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp49 class GattServerProfileCallbackImplement;
54 std::unique_ptr<GattServerProfileCallbackImplement> profileCallback_ = {nullptr};
493 class GattServerService::impl::GattServerProfileCallbackImplement : public GattServerProfileCallbac… class in OHOS::bluetooth::GattServerService::impl
553 GattServerProfileCallbackImplement(GattServerService &service) : service_(service) in GattServerProfileCallbackImplement() function in OHOS::bluetooth::GattServerService::impl::GattServerProfileCallbackImplement
555 ~GattServerProfileCallbackImplement() in ~GattServerProfileCallbackImplement()
618 profileCallback_(std::make_unique<GattServerProfileCallbackImplement>(service)), in impl()