Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
bluezperipheralobjects.cpp File Reference

(1c9c9fce01240310531574d07d00cecec682cb38)

#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"
Include dependency graph for bluezperipheralobjects.cpp:

Go to the source code of this file.

Variables

static constexpr auto characteristicPathTemplate {"%1/char%2"_L1}
static constexpr auto descriptorPathTemplate {"%1/desc%2"_L1}
static constexpr auto servicePathTemplate {"%1/service%2"_L1}
static constexpr auto bluezServiceInterface {"org.bluez.GattService1"_L1}
static constexpr auto bluezCharacteristicInterface {"org.bluez.GattCharacteristic1"_L1}
static constexpr auto bluezDescriptorInterface {"org.bluez.GattDescriptor1"_L1}
static constexpr auto bluezErrorInvalidValueLength {"org.bluez.Error.InvalidValueLength"_L1}
static constexpr auto bluezErrorInvalidOffset {"org.bluez.Error.InvalidOffset"_L1}
static constexpr auto bluezErrorNotAuthorized {"org.bluez.Error.NotAuthorized"_L1}
static constexpr int maximumAttributeLength {512}

Variable Documentation

◆ bluezCharacteristicInterface

constexpr auto bluezCharacteristicInterface {"org.bluez.GattCharacteristic1"_L1}
staticconstexpr

Definition at line 27 of file bluezperipheralobjects.cpp.

◆ bluezDescriptorInterface

constexpr auto bluezDescriptorInterface {"org.bluez.GattDescriptor1"_L1}
staticconstexpr

Definition at line 28 of file bluezperipheralobjects.cpp.

◆ bluezErrorInvalidOffset

constexpr auto bluezErrorInvalidOffset {"org.bluez.Error.InvalidOffset"_L1}
staticconstexpr

Definition at line 31 of file bluezperipheralobjects.cpp.

◆ bluezErrorInvalidValueLength

constexpr auto bluezErrorInvalidValueLength {"org.bluez.Error.InvalidValueLength"_L1}
staticconstexpr

Definition at line 30 of file bluezperipheralobjects.cpp.

◆ bluezErrorNotAuthorized

constexpr auto bluezErrorNotAuthorized {"org.bluez.Error.NotAuthorized"_L1}
staticconstexpr

Definition at line 32 of file bluezperipheralobjects.cpp.

◆ bluezServiceInterface

constexpr auto bluezServiceInterface {"org.bluez.GattService1"_L1}
staticconstexpr

Definition at line 26 of file bluezperipheralobjects.cpp.

◆ characteristicPathTemplate

constexpr auto characteristicPathTemplate {"%1/char%2"_L1}
staticconstexpr

Definition at line 21 of file bluezperipheralobjects.cpp.

◆ descriptorPathTemplate

constexpr auto descriptorPathTemplate {"%1/desc%2"_L1}
staticconstexpr

Definition at line 22 of file bluezperipheralobjects.cpp.

◆ maximumAttributeLength

constexpr int maximumAttributeLength {512}
staticconstexpr

Definition at line 34 of file bluezperipheralobjects.cpp.

◆ servicePathTemplate

constexpr auto servicePathTemplate {"%1/service%2"_L1}
staticconstexpr

Definition at line 23 of file bluezperipheralobjects.cpp.