![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
#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 | 
Definition at line 67 of file qbluetoothdevicediscoveryagent_p.h.
| 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 | ( | ) | 
Definition at line 42 of file qbluetoothdevicediscoveryagent_android.cpp.
References m_active, NoScanActive, and stop().
 Here is the call graph for this function:| bool QBluetoothDeviceDiscoveryAgentPrivate::isActive | ( | ) | const | 
Definition at line 56 of file qbluetoothdevicediscoveryagent_android.cpp.
References m_active, and NoScanActive.
| void QBluetoothDeviceDiscoveryAgentPrivate::start | ( | QBluetoothDeviceDiscoveryAgent::DiscoveryMethods | methods | ) | 
Definition at line 104 of file qbluetoothdevicediscoveryagent_android.cpp.
References QBluetoothPermission::Access, QBluetoothDeviceDiscoveryAgent::ClassicMethod, QString::clear(), QList< T >::clear(), QObject::connect(), deviceDiscoveryStartMaxAttempts, deviceDiscoveryStartTimeLimit, DeviceDiscoveryBroadcastReceiver::discoveryStarted(), emit, ensureAndroidPermission(), QBluetoothDeviceDiscoveryAgent::InputOutputError, QBluetoothDeviceDiscoveryAgent::InvalidBluetoothAdapterError, QBluetoothDeviceDiscoveryAgent::LocationServiceTurnedOffError, QBluetoothDeviceDiscoveryAgent::LowEnergyMethod, m_active, methods, QBluetoothDeviceDiscoveryAgent::MissingPermissionsError, QBluetoothDeviceDiscoveryAgent::NoError, qCDebug, qCWarning, SDPScanActive, SIGNAL, SLOT, QTimer::stop(), QTimer::timeout(), and void.
 Here is the call graph for this function:| 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: