Dokit
Internal development documentation
Loading...
Searching...
No Matches
DsoService::CharacteristicUuids Struct Reference

Characteristics available via the DSO service. More...

#include <dsoservice.h>

Collaboration diagram for DsoService::CharacteristicUuids:
[legend]

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.
 

Detailed Description

Characteristics available via the DSO service.

Definition at line 32 of file dsoservice.h.

Member Data Documentation

◆ metadata

const QBluetoothUuid DsoService::CharacteristicUuids::metadata { QStringLiteral("970f00ba-f46f-4825-96a8-153a5cd0cda9") }
inlinestatic

◆ reading

const QBluetoothUuid DsoService::CharacteristicUuids::reading { QStringLiteral("98e14f8e-536e-4f24-b4f4-1debfed0a99e") }
inlinestatic

UUID of the DSO service's Reading characterstic.

Definition at line 40 of file dsoservice.h.

40{ QStringLiteral("98e14f8e-536e-4f24-b4f4-1debfed0a99e") };

Referenced by DsoServicePrivate::characteristicChanged(), DsoServicePrivate::characteristicRead(), DsoServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), DsoService::disableReadingNotifications(), and DsoService::enableReadingNotifications().

◆ settings

const QBluetoothUuid DsoService::CharacteristicUuids::settings { QStringLiteral("a81af1b6-b8b3-4244-8859-3da368d2be39") }
inlinestatic

UUID of the DSO service's Settings characterstic.

Definition at line 34 of file dsoservice.h.

34{ QStringLiteral("a81af1b6-b8b3-4244-8859-3da368d2be39") };

Referenced by DsoServicePrivate::characteristicChanged(), DsoServicePrivate::characteristicRead(), DsoServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), and DsoService::setSettings().


The documentation for this struct was generated from the following file: