Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QBluetoothDeviceDiscoveryAgentPrivate Class Reference

#include <qbluetoothdevicediscoveryagent_p.h>

+ Collaboration diagram for QBluetoothDeviceDiscoveryAgentPrivate:

Public Member Functions

 QBluetoothDeviceDiscoveryAgentPrivate (const QBluetoothAddress &deviceAdapter, QBluetoothDeviceDiscoveryAgent *parent)
 
 ~QBluetoothDeviceDiscoveryAgentPrivate ()
 
void start (QBluetoothDeviceDiscoveryAgent::DiscoveryMethods methods)
 
void stop ()
 
bool isActive () const
 

Detailed Description

Definition at line 67 of file qbluetoothdevicediscoveryagent_p.h.

Constructor & Destructor Documentation

◆ QBluetoothDeviceDiscoveryAgentPrivate()

QBluetoothDeviceDiscoveryAgentPrivate::QBluetoothDeviceDiscoveryAgentPrivate ( const QBluetoothAddress deviceAdapter,
QBluetoothDeviceDiscoveryAgent parent 
)

Definition at line 29 of file qbluetoothdevicediscoveryagent_android.cpp.

References getDefaultBluetoothAdapter(), and qCWarning.

+ Here is the call graph for this function:

◆ ~QBluetoothDeviceDiscoveryAgentPrivate()

QBluetoothDeviceDiscoveryAgentPrivate::~QBluetoothDeviceDiscoveryAgentPrivate ( )

Definition at line 42 of file qbluetoothdevicediscoveryagent_android.cpp.

References m_active, NoScanActive, and stop().

+ Here is the call graph for this function:

Member Function Documentation

◆ isActive()

bool QBluetoothDeviceDiscoveryAgentPrivate::isActive ( ) const

Definition at line 56 of file qbluetoothdevicediscoveryagent_android.cpp.

References m_active, and NoScanActive.

◆ start()

◆ stop()

void QBluetoothDeviceDiscoveryAgentPrivate::stop ( )

Definition at line 262 of file qbluetoothdevicediscoveryagent_android.cpp.

References BtleScanActive, emit, QBluetoothDeviceDiscoveryAgent::InputOutputError, m_active, NoScanActive, and SDPScanActive.

Referenced by ~QBluetoothDeviceDiscoveryAgentPrivate().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: