![]() |
Qt 6.x
The Qt SDK
|
#include "qbluetoothserviceinfo.h"
#include "btsdpinquiry_p.h"
#include "qbluetoothuuid.h"
#include "btdelegates_p.h"
#include "btutility_p.h"
#include <QtCore/qoperatingsystemversion.h>
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qtimer.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | DarwinBluetooth |
Functions | |
QVariant | DarwinBluetooth::extract_attribute_value (IOBluetoothSDPDataElement *dataElement) |
void | DarwinBluetooth::extract_service_record (IOBluetoothSDPServiceRecord *record, QBluetoothServiceInfo &serviceInfo) |
QList< QBluetoothUuid > | DarwinBluetooth::extract_services_uuids (IOBluetoothDevice *device) |
Variables | |
ObjCScopedPointer< IOBluetoothDevice > | device |
bool | isActive |
std::unique_ptr< QTimer > | connectionWatchdog |
std::unique_ptr<QTimer> connectionWatchdog |
Definition at line 197 of file btsdpinquiry.mm.
ObjCScopedPointer<IOBluetoothDevice> device |
Definition at line 193 of file btsdpinquiry.mm.
bool isActive |
Definition at line 194 of file btsdpinquiry.mm.
Referenced by QWaylandClientExtensionTemplate< T, destruct >::QWaylandClientExtensionTemplate(), QWaylandClientExtensionTemplate< T, destruct >::~QWaylandClientExtensionTemplate(), QQC2_NAMESPACE::QMacStyle::drawComplexControl(), QMacStyle::drawComplexControl(), QQC2::QWindowsXPStyle::drawComplexControl(), QWindowsVistaStyle::drawComplexControl(), QQC2_NAMESPACE::QMacStyle::drawControl(), QMacStyle::drawControl(), QQC2::QWindowsXPStyle::drawControl(), QWindowsVistaStyle::drawControl(), QSqlQuery::finish(), QSqlQuery::first(), QtWaylandClient::QWaylandShellIntegrationTemplate< T >::initialize(), QGraphicsWidgetPrivate::initStyleOptionTitleBar(), QSqlQuery::last(), QSqlQuery::next(), QSqlQuery::nextResult(), QAndroidPlatformAccessibility::notifyAccessibilityUpdate(), QSqlQuery::numRowsAffected(), QSqlQuery::previous(), QSqlQuery::seek(), QAndroidCaptureSession::setCameraSession(), QSqlQuery::size(), QQuickSmoothedAnimation::transition(), and QSqlQuery::value().