Dokit
Internal development documentation
|
Characteristics available via the DSO
service.
More...
#include <dsoservice.h>
Static Public Attributes | |
static const QBluetoothUuid | settings { QStringLiteral("a81af1b6-b8b3-4244-8859-3da368d2be39") } |
UUID of the DSO service's Settings characterstic. | |
static const QBluetoothUuid | metadata { QStringLiteral("970f00ba-f46f-4825-96a8-153a5cd0cda9") } |
UUID of the DSO service's Metadata characterstic. | |
static const QBluetoothUuid | reading { QStringLiteral("98e14f8e-536e-4f24-b4f4-1debfed0a99e") } |
UUID of the DSO service's Reading characterstic. | |
Characteristics available via the DSO
service.
Definition at line 32 of file dsoservice.h.
|
inlinestatic |
UUID of the DSO
service's Metadata
characterstic.
Definition at line 37 of file dsoservice.h.
Referenced by DsoServicePrivate::characteristicChanged(), DsoServicePrivate::characteristicRead(), DsoServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), DsoService::disableMetadataNotifications(), DsoService::enableMetadataNotifications(), DsoService::metadata(), and DsoService::readMetadataCharacteristic().
|
inlinestatic |
UUID of the DSO
service's Reading
characterstic.
Definition at line 40 of file dsoservice.h.
Referenced by DsoServicePrivate::characteristicChanged(), DsoServicePrivate::characteristicRead(), DsoServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), DsoService::disableReadingNotifications(), and DsoService::enableReadingNotifications().
|
inlinestatic |
UUID of the DSO
service's Settings
characterstic.
Definition at line 34 of file dsoservice.h.
Referenced by DsoServicePrivate::characteristicChanged(), DsoServicePrivate::characteristicRead(), DsoServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), and DsoService::setSettings().