![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/QObject>
#include <QtDBus/QtDBus>
#include <QtBluetooth/QBluetoothUuid>
#include <QtBluetooth/QBluetoothAddress>
#include <QtBluetooth/private/qtbluetoothglobal_p.h>
Go to the source code of this file.
Classes | |
class | QtBluezDiscoveryManager |
Typedefs | |
typedef QMap< QString, QVariantMap > | InterfaceList |
typedef QMap< QDBusObjectPath, InterfaceList > | ManagedObjectList |
typedef QMap< quint16, QDBusVariant > | ManufacturerDataList |
typedef QMap< QString, QDBusVariant > | ServiceDataList |
Functions | |
QT_BEGIN_NAMESPACE void | initializeBluez5 () |
bool | isBluez5 () |
Q_BLUETOOTH_EXPORT QVersionNumber | bluetoothdVersion () |
QString | sanitizeNameForDBus (const QString &text) |
QString | findAdapterForAddress (const QBluetoothAddress &wantedAddress, bool *ok) |
QString | adapterWithDBusPeripheralInterface (const QBluetoothAddress &localAddress) |
typedef QMap<QString, QVariantMap> InterfaceList |
Definition at line 24 of file bluez5_helper_p.h.
typedef QMap<QDBusObjectPath, InterfaceList> ManagedObjectList |
Definition at line 25 of file bluez5_helper_p.h.
typedef QMap<quint16, QDBusVariant> ManufacturerDataList |
Definition at line 26 of file bluez5_helper_p.h.
typedef QMap<QString, QDBusVariant> ServiceDataList |
Definition at line 27 of file bluez5_helper_p.h.
QString adapterWithDBusPeripheralInterface | ( | const QBluetoothAddress & | localAddress | ) |
Definition at line 543 of file bluez5_helper.cpp.
Q_BLUETOOTH_EXPORT QVersionNumber bluetoothdVersion | ( | ) |
Definition at line 158 of file bluez5_helper.cpp.
QString findAdapterForAddress | ( | const QBluetoothAddress & | wantedAddress, |
bool * | ok ) |
Definition at line 464 of file bluez5_helper.cpp.
QT_BEGIN_NAMESPACE void initializeBluez5 | ( | ) |
bool isBluez5 | ( | ) |
Definition at line 579 of file bluez5_helper.cpp.