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
btsdpinquiry.mm File Reference

(ef996c8fd1d7d0db360f6f41e02a259561dbd9fe)

#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

Definition at line 193 of file btsdpinquiry.mm.

◆ isActive