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

(ef996c8fd1d7d0db360f6f41e02a259561dbd9fe)

#include "btdeviceinquiry_p.h"
#include "btutility_p.h"
#include <QtCore/qloggingcategory.h>
#include <QtCore/qtimer.h>
#include <QtCore/qdebug.h>
#include <memory>
Include dependency graph for btdeviceinquiry.mm:

Go to the source code of this file.

Variables

QT_USE_NAMESPACE const uint8_t IOBlueoothInquiryLengthS = 15
bool m_active
DarwinBluetooth::DeviceInquiryDelegate * m_delegate
std::unique_ptr< QTimerwatchDog

Variable Documentation

◆ IOBlueoothInquiryLengthS

QT_USE_NAMESPACE const uint8_t IOBlueoothInquiryLengthS = 15

Definition at line 15 of file btdeviceinquiry.mm.

◆ m_active

bool m_active
Initial value:
{
IOBluetoothDeviceInquiry *m_inquiry

Definition at line 20 of file btdeviceinquiry.mm.

◆ m_delegate

DarwinBluetooth::DeviceInquiryDelegate* m_delegate

Definition at line 21 of file btdeviceinquiry.mm.

◆ watchDog

std::unique_ptr<QTimer> watchDog

Definition at line 23 of file btdeviceinquiry.mm.