9#ifndef BLUEZQT_GATTMANAGER_H
10#define BLUEZQT_GATTMANAGER_H
14#include "bluezqt_export.h"
86 BLUEZQT_NO_EXPORT
explicit GattManager(
const QString &path, QObject *parent =
nullptr);
88 class GattManagerPrivate *
const d;
90 friend class AdapterPrivate;
Bluetooth GattApplication.
Definition gattapplication.h:36
Bluetooth GattManager.
Definition gattmanager.h:45
~GattManager() override
Destroys a GattManager object.
PendingCall * registerApplication(GattApplication *application)
Registers a local GATT services hierarchy as described above (GATT Server) and/or GATT profiles (GATT...
PendingCall * unregisterApplication(GattApplication *application)
This unregisters the services that has been previously registered.
Pending method call.
Definition pendingcall.h:33