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
qleadvertiser_bluezdbus.cpp File Reference

(a4ff2497ecee8aa6046ed0aa558f736dc9f614c5)

#include "qleadvertiser_bluezdbus_p.h"
#include "bluez/leadvertisement1adaptor_p.h"
#include "bluez/leadvertisingmanager1_p.h"
#include "bluez/bluez5_helper_p.h"
#include <QtCore/QtMinMax>
#include <QtCore/QLoggingCategory>
Include dependency graph for qleadvertiser_bluezdbus.cpp:

Go to the source code of this file.

Variables

static constexpr auto advObjectPathTemplate {"/qt/btle/advertisement/%1%2/%3"_L1}
static constexpr auto bluezService {"org.bluez"_L1}
static constexpr auto bluezErrorFailed {"org.bluez.Error.Failed"_L1}
static constexpr auto advDataTXPower {"tx-power"_L1}
static constexpr auto advDataTypePeripheral {"peripheral"_L1}
static constexpr auto advDataTypeBroadcast {"broadcast"_L1}
static constexpr quint16 advDataMinIntervalMs {20}
static constexpr quint16 advDataMaxIntervalMs {10485}

Variable Documentation

◆ advDataMaxIntervalMs

constexpr quint16 advDataMaxIntervalMs {10485}
staticconstexpr

Definition at line 29 of file qleadvertiser_bluezdbus.cpp.

◆ advDataMinIntervalMs

constexpr quint16 advDataMinIntervalMs {20}
staticconstexpr

Definition at line 28 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTXPower

constexpr auto advDataTXPower {"tx-power"_L1}
staticconstexpr

Definition at line 25 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTypeBroadcast

constexpr auto advDataTypeBroadcast {"broadcast"_L1}
staticconstexpr

Definition at line 27 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTypePeripheral

constexpr auto advDataTypePeripheral {"peripheral"_L1}
staticconstexpr

Definition at line 26 of file qleadvertiser_bluezdbus.cpp.

◆ advObjectPathTemplate

constexpr auto advObjectPathTemplate {"/qt/btle/advertisement/%1%2/%3"_L1}
staticconstexpr

Definition at line 20 of file qleadvertiser_bluezdbus.cpp.

◆ bluezErrorFailed

constexpr auto bluezErrorFailed {"org.bluez.Error.Failed"_L1}
staticconstexpr

Definition at line 22 of file qleadvertiser_bluezdbus.cpp.

◆ bluezService

constexpr auto bluezService {"org.bluez"_L1}
staticconstexpr

Definition at line 21 of file qleadvertiser_bluezdbus.cpp.