#include "bluezperipheralobjects_p.h"
#include "propertiesadaptor_p.h"
#include "gattservice1adaptor_p.h"
#include "gattcharacteristic1adaptor_p.h"
#include "gattdescriptor1adaptor_p.h"
#include <QtCore/QLoggingCategory>
#include <QtDBus/QDBusConnection>
#include "moc_bluezperipheralobjects_p.cpp"
Go to the source code of this file.
◆ bluezCharacteristicInterface
constexpr auto bluezCharacteristicInterface {"org.bluez.GattCharacteristic1"_L1} |
|
staticconstexpr |
◆ bluezDescriptorInterface
constexpr auto bluezDescriptorInterface {"org.bluez.GattDescriptor1"_L1} |
|
staticconstexpr |
◆ bluezErrorInvalidOffset
constexpr auto bluezErrorInvalidOffset {"org.bluez.Error.InvalidOffset"_L1} |
|
staticconstexpr |
◆ bluezErrorInvalidValueLength
constexpr auto bluezErrorInvalidValueLength {"org.bluez.Error.InvalidValueLength"_L1} |
|
staticconstexpr |
◆ bluezErrorNotAuthorized
constexpr auto bluezErrorNotAuthorized {"org.bluez.Error.NotAuthorized"_L1} |
|
staticconstexpr |
◆ bluezServiceInterface
constexpr auto bluezServiceInterface {"org.bluez.GattService1"_L1} |
|
staticconstexpr |
◆ characteristicPathTemplate
constexpr auto characteristicPathTemplate {"%1/char%2"_L1} |
|
staticconstexpr |
◆ descriptorPathTemplate
constexpr auto descriptorPathTemplate {"%1/desc%2"_L1} |
|
staticconstexpr |
◆ maximumAttributeLength
constexpr int maximumAttributeLength {512} |
|
staticconstexpr |
◆ servicePathTemplate
constexpr auto servicePathTemplate {"%1/service%2"_L1} |
|
staticconstexpr |