Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
btsdpinquiry.mm File Reference
#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>
+ Include dependency graph for btsdpinquiry.mm:

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< QBluetoothUuidDarwinBluetooth::extract_services_uuids (IOBluetoothDevice *device)
 

Variables

ObjCScopedPointer< IOBluetoothDevice > device
 
bool isActive
 
std::unique_ptr< QTimerconnectionWatchdog
 

Variable Documentation

◆ connectionWatchdog

std::unique_ptr<QTimer> connectionWatchdog

Definition at line 197 of file btsdpinquiry.mm.

◆ device

ObjCScopedPointer<IOBluetoothDevice> device
Initial value:
{
QT_PREPEND_NAMESPACE(DarwinBluetooth::SDPInquiryDelegate) *delegate
QT_END_NAMESPACE typedef QT_PREPEND_NAMESPACE(quintptr) WId

Definition at line 193 of file btsdpinquiry.mm.

◆ isActive