![]() |
Qt 6.x
The Qt SDK
|
#include "btdeviceinquiry_p.h"
#include "btutility_p.h"
#include <QtCore/qloggingcategory.h>
#include <QtCore/qtimer.h>
#include <QtCore/qdebug.h>
#include <memory>
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< QTimer > | watchDog |
QT_USE_NAMESPACE const uint8_t IOBlueoothInquiryLengthS = 15 |
Definition at line 15 of file btdeviceinquiry.mm.
bool m_active |
Definition at line 20 of file btdeviceinquiry.mm.
Referenced by QWindowsDirect2DPaintEngineSuspenderImpl::QWindowsDirect2DPaintEngineSuspenderImpl(), QBluetoothDeviceDiscoveryAgentPrivate::~QBluetoothDeviceDiscoveryAgentPrivate(), QWindowsDirect2DPaintEngineSuspenderImpl::~QWindowsDirect2DPaintEngineSuspenderImpl(), QQuickPinch::active(), QQuickTableViewPrivate::TableEdgeLoadRequest::begin(), QQuickTableViewPrivate::TableEdgeLoadRequest::begin(), DomPalette::elementActive(), QHighDpiScaling::isActive(), QBluetoothDeviceDiscoveryAgentPrivate::isActive(), QQuickTableViewPrivate::TableEdgeLoadRequest::isActive(), AVFCameraSession::isActive(), QV4L2Camera::isActive(), QQuickTableViewPrivate::TableEdgeLoadRequest::markAsDone(), AVFCameraSession::processRuntimeError(), AVFCameraSession::processSessionStarted(), AVFCameraSession::processSessionStopped(), QQuickPinch::setActive(), AVFCameraSession::setActive(), QV4L2Camera::setActive(), QV4L2Camera::setCamera(), QV4L2Camera::setCameraFormat(), QBluetoothDeviceDiscoveryAgentPrivate::start(), and QBluetoothDeviceDiscoveryAgentPrivate::stop().
DarwinBluetooth::DeviceInquiryDelegate* m_delegate |
Definition at line 21 of file btdeviceinquiry.mm.
Referenced by QQuickItemParticle::delegate(), QQuickViewSection::delegate(), and QQuickItemParticle::setDelegate().
std::unique_ptr<QTimer> watchDog |
Definition at line 23 of file btdeviceinquiry.mm.
Referenced by QTest::TestMethods::invokeTests().