Home
last modified time | relevance | path

Searched refs:GattServerProfile (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp25 struct GattServerProfile::impl {
28 GattServerProfile &profile) in impl()
45 GattServerProfile *profile_ = nullptr;
142 GattServerProfile::GattServerProfile( in GattServerProfile() function in OHOS::bluetooth::GattServerProfile
144 : pimpl(new (std::nothrow)GattServerProfile::impl(pServerCallbackFunc, dispatcher, maxMtu, *this)) in GattServerProfile()
147 LOG_ERROR("GattServerProfile get pimpl error"); in GattServerProfile()
157 GattServerProfile::~GattServerProfile() in ~GattServerProfile()
166 void GattServerProfile
[all...]
H A Dgatt_server_profile.h47 class GattServerProfile { class
49 explicit GattServerProfile(
51 ~GattServerProfile();
82 BT_DISALLOW_COPY_AND_ASSIGN(GattServerProfile);
H A Dgatt_server_service.cpp55 std::unique_ptr<GattServerProfile> profile_ = {nullptr};
619 profile_(std::make_unique<GattServerProfile>( in impl()

Completed in 4 milliseconds