Dokit
Internal development documentation
|
Characteristics available via the Generic Access
service.
More...
#include <genericaccessservice.h>
Static Public Attributes | |
static const QBluetoothUuid | deviceName { QBluetoothUuid::CharacteristicType::DeviceName } |
UUID of the Generic Access service's Device Name characterstic. | |
static const QBluetoothUuid | appearance { QBluetoothUuid::CharacteristicType::Appearance } |
UUID of the Generic Access service's Appearance characterstic. | |
Characteristics available via the Generic Access
service.
Definition at line 31 of file genericaccessservice.h.
|
inlinestatic |
UUID of the Generic Access
service's Appearance
characterstic.
Definition at line 36 of file genericaccessservice.h.
Referenced by GenericAccessService::appearance(), GenericAccessServicePrivate::characteristicRead(), GenericAccessServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), and GenericAccessService::readAppearanceCharacteristic().
|
inlinestatic |
UUID of the Generic Access
service's Device Name
characterstic.
Definition at line 33 of file genericaccessservice.h.
Referenced by GenericAccessServicePrivate::characteristicRead(), GenericAccessServicePrivate::characteristicWritten(), PokitDevice::charcteristicToString(), GenericAccessService::deviceName(), GenericAccessService::readDeviceNameCharacteristic(), and GenericAccessService::setDeviceName().