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
qbluetoothdevicediscoveryagent_android.cpp File Reference

(c59432e1f63475bb2160456371e78e317365dbfb)

#include "android/devicediscoverybroadcastreceiver_p.h"
#include "android/androidutils_p.h"
#include "android/jni_android_p.h"
#include "qbluetoothdevicediscoveryagent_p.h"
#include <QCoreApplication>
#include <QtCore/QLoggingCategory>
#include <QtBluetooth/QBluetoothAddress>
#include <QtBluetooth/QBluetoothDeviceInfo>
#include <QtCore/QJniEnvironment>
#include <QtCore/private/qandroidextras_p.h>
+ Include dependency graph for qbluetoothdevicediscoveryagent_android.cpp:

Go to the source code of this file.

Enumerations

enum  { NoScanActive = 0 , SDPScanActive = 1 , BtleScanActive = 2 }
 

Variables

static constexpr auto deviceDiscoveryStartTimeLimit = std::chrono::seconds{5}
 
static constexpr short deviceDiscoveryStartMaxAttempts = 6
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NoScanActive 
SDPScanActive 
BtleScanActive 

Definition at line 20 of file qbluetoothdevicediscoveryagent_android.cpp.

Variable Documentation

◆ deviceDiscoveryStartMaxAttempts

constexpr short deviceDiscoveryStartMaxAttempts = 6
staticconstexpr

◆ deviceDiscoveryStartTimeLimit

constexpr auto deviceDiscoveryStartTimeLimit = std::chrono::seconds{5}
staticconstexpr