Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
bluezperipheralobjects.cpp File Reference

(60ad05df07f30768e383509ed05f8e1ece76d93b)

#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

◆ bluezDescriptorInterface

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

Definition at line 27 of file bluezperipheralobjects.cpp.

Referenced by QtBluezPeripheralDescriptor::properties().

◆ 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

Definition at line 25 of file bluezperipheralobjects.cpp.

Referenced by QtBluezPeripheralService::properties().

◆ characteristicPathTemplate

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

Definition at line 20 of file bluezperipheralobjects.cpp.

◆ descriptorPathTemplate

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

Definition at line 21 of file bluezperipheralobjects.cpp.

◆ maximumAttributeLength

◆ servicePathTemplate

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

Definition at line 22 of file bluezperipheralobjects.cpp.