9#ifndef BLUEZQT_GATTAPPLICATION_H
10#define BLUEZQT_GATTAPPLICATION_H
14#include "bluezqt_export.h"
57 explicit GattApplication(
const QString &objectPathPrefix, QObject *parent =
nullptr);
74 virtual QDBusObjectPath objectPath()
const;
76 class GattApplicationPrivate *
const d;
80 friend class ObjectManagerAdaptor;
Bluetooth GattApplication.
Definition gattapplication.h:36
GattApplication(const QString &objectPathPrefix, QObject *parent=nullptr)
Creates a new GattApplication object with custom object path prefix.
~GattApplication() override
Destroys a GattApplication object.
GattApplication(QObject *parent=nullptr)
Creates a new GattApplication object with default object path prefix.
Bluetooth GattManager.
Definition gattmanager.h:45
Bluetooth GattService.
Definition gattservice.h:28