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
bluez5_helper_p.h File Reference

(663b9f3ea7365505cc223285624edc34eaa33982)

#include <QtCore/QObject>
#include <QtDBus/QtDBus>
#include <QtBluetooth/QBluetoothUuid>
#include <QtBluetooth/QBluetoothAddress>
#include <QtBluetooth/private/qtbluetoothglobal_p.h>
Include dependency graph for bluez5_helper_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QtBluezDiscoveryManager

Typedefs

typedef QMap< QString, QVariantMapInterfaceList
typedef QMap< QDBusObjectPath, InterfaceListManagedObjectList
typedef QMap< quint16, QDBusVariantManufacturerDataList
typedef QMap< QString, QDBusVariantServiceDataList

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 Documentation

◆ InterfaceList

Definition at line 24 of file bluez5_helper_p.h.

◆ ManagedObjectList

◆ ManufacturerDataList

Definition at line 26 of file bluez5_helper_p.h.

◆ ServiceDataList

Definition at line 27 of file bluez5_helper_p.h.

Function Documentation

◆ adapterWithDBusPeripheralInterface()

QString adapterWithDBusPeripheralInterface ( const QBluetoothAddress & localAddress)

Definition at line 543 of file bluez5_helper.cpp.

◆ bluetoothdVersion()

Q_BLUETOOTH_EXPORT QVersionNumber bluetoothdVersion ( )

Definition at line 158 of file bluez5_helper.cpp.

◆ findAdapterForAddress()

QString findAdapterForAddress ( const QBluetoothAddress & wantedAddress,
bool * ok )

Definition at line 464 of file bluez5_helper.cpp.

◆ initializeBluez5()

QT_BEGIN_NAMESPACE void initializeBluez5 ( )

◆ isBluez5()

bool isBluez5 ( )

◆ sanitizeNameForDBus()

QString sanitizeNameForDBus ( const QString & text)

Definition at line 579 of file bluez5_helper.cpp.