BluezQt 5.109.0
|
Bluetooth GattService. More...
#include <BluezQt/GattService>
Public Member Functions | |
GattService (const QString &uuid, bool isPrimary, GattApplication *parent) | |
Creates a new GattService object. | |
~GattService () override | |
Destroys a GattService object. | |
bool | isPrimary () const |
Indicates whether or not this GATT service is a primary service. | |
QString | uuid () const |
128-bit service UUID. | |
Protected Member Functions | |
virtual QDBusObjectPath | objectPath () const |
D-Bus object path of the GattService. | |
Bluetooth GattService.
Bluetooth LE GATT service.
This class represents a Bluetooth GattService.
This class represents a Bluetooth LE GATT service.
|
explicit |
Creates a new GattService object.
parent |
|
override |
Destroys a GattService object.
bool BluezQt::GattService::isPrimary | ( | ) | const |
Indicates whether or not this GATT service is a primary service.
If false, the service is secondary.
|
protectedvirtual |
D-Bus object path of the GattService.
The path where the GattService will be registered.
QString BluezQt::GattService::uuid | ( | ) | const |
128-bit service UUID.