Dokit
Internal development documentation
|
Characteristics available via the Device Info
service.
More...
#include <deviceinfoservice.h>
Static Public Attributes | |
static const QBluetoothUuid | manufacturerName { QBluetoothUuid::CharacteristicType::ManufacturerNameString } |
UUID of the Device Info service's Manufacturer Name String characterstic. | |
static const QBluetoothUuid | modelNumber { QBluetoothUuid::CharacteristicType::ModelNumberString } |
UUID of the Device Info service's Model Number String characterstic. | |
static const QBluetoothUuid | firmwareRevision { QBluetoothUuid::CharacteristicType::FirmwareRevisionString } |
UUID of the Device Info service's Firmware Revision String characterstic. | |
static const QBluetoothUuid | hardwareRevision { QBluetoothUuid::CharacteristicType::HardwareRevisionString } |
UUID of the Device Info service's Hardware Revision String characterstic. | |
static const QBluetoothUuid | softwareRevision { QBluetoothUuid::CharacteristicType::SoftwareRevisionString } |
UUID of the Device Info service's Software Revision String characterstic. | |
static const QBluetoothUuid | serialNumber { QBluetoothUuid::CharacteristicType::SerialNumberString } |
UUID of the Device Info service's Serial Number String characterstic. | |
Characteristics available via the Device Info
service.
Definition at line 32 of file deviceinfoservice.h.
|
inlinestatic |
UUID of the Device Info
service's Firmware Revision String
characterstic.
Definition at line 42 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::firmwareRevision(), and DeviceInfoService::readFirmwareRevisionCharacteristic().
|
inlinestatic |
UUID of the Device Info
service's Hardware Revision String
characterstic.
Definition at line 46 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::hardwareRevision(), and DeviceInfoService::readHardwareRevisionCharacteristic().
|
inlinestatic |
UUID of the Device Info
service's Manufacturer Name String
characterstic.
Definition at line 34 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::manufacturer(), and DeviceInfoService::readManufacturerCharacteristics().
|
inlinestatic |
UUID of the Device Info
service's Model Number String
characterstic.
Definition at line 38 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::modelNumber(), and DeviceInfoService::readModelNumberCharacteristic().
|
inlinestatic |
UUID of the Device Info
service's Serial Number String
characterstic.
Definition at line 54 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::readCharacteristics(), DeviceInfoService::readSerialNumberCharacteristic(), and DeviceInfoService::serialNumber().
|
inlinestatic |
UUID of the Device Info
service's Software Revision String
characterstic.
Definition at line 50 of file deviceinfoservice.h.
Referenced by DeviceInfoServicePrivate::characteristicRead(), PokitDevice::charcteristicToString(), DeviceInfoService::readSoftwareRevisionCharacteristic(), and DeviceInfoService::softwareRevision().