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

(4157fc80e498a0a534728f711d908af96b5a39ba)

#include "qbluetoothdeviceinfo.h"
#include "btledeviceinquiry_p.h"
#include "qbluetoothuuid.h"
#include "btnotifier_p.h"
#include "btutility_p.h"
#include <QtCore/qloggingcategory.h>
#include <QtCore/qdebug.h>
#include <QtCore/qendian.h>
#include <QtCore/qlist.h>
#include <algorithm>
+ Include dependency graph for btledeviceinquiry.mm:

Go to the source code of this file.

Classes

struct  DarwinBluetooth::AdvertisementData
 
category  DarwinBTLEDeviceInquiry(PrivateAPI)
 

Namespaces

namespace  DarwinBluetooth
 

Functions

QBluetoothUuid DarwinBluetooth::qt_uuid (NSUUID *nsUuid)
 

Variables

const int DarwinBluetooth::timeStepMS = 100
 
const int DarwinBluetooth::powerOffTimeoutMS = 30000
 
ObjCScopedPointer< CBCentralManager > manager
 
QList< QBluetoothDeviceInfodevices
 
LEInquiryState internalState
 
int inquiryTimeoutMS
 

Variable Documentation

◆ devices

◆ inquiryTimeoutMS

int inquiryTimeoutMS

Definition at line 109 of file btledeviceinquiry.mm.

◆ internalState

LEInquiryState internalState

Definition at line 108 of file btledeviceinquiry.mm.

◆ manager

ObjCScopedPointer<CBCentralManager> manager
Initial value:
{
LECBManagerNotifier *notifier
DarwinBluetooth::LECBManagerNotifier * notifier

Definition at line 105 of file btledeviceinquiry.mm.