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

(e7499c2cca615eaff3bd4c9ffe5f72d7112055cf)

#include "qleadvertiser_bluezdbus_p.h"
#include "bluez/leadvertisement1_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 28 of file qleadvertiser_bluezdbus.cpp.

◆ advDataMinIntervalMs

constexpr quint16 advDataMinIntervalMs {20}
staticconstexpr

Definition at line 27 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTXPower

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

Definition at line 24 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTypeBroadcast

constexpr auto advDataTypeBroadcast {"broadcast"_L1}
staticconstexpr

Definition at line 26 of file qleadvertiser_bluezdbus.cpp.

◆ advDataTypePeripheral

constexpr auto advDataTypePeripheral {"peripheral"_L1}
staticconstexpr

Definition at line 25 of file qleadvertiser_bluezdbus.cpp.

◆ advObjectPathTemplate

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

Definition at line 19 of file qleadvertiser_bluezdbus.cpp.

◆ bluezErrorFailed

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

Definition at line 21 of file qleadvertiser_bluezdbus.cpp.

◆ bluezService

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

Definition at line 20 of file qleadvertiser_bluezdbus.cpp.