![]() |
Qt 6.x
The Qt SDK
|
#include "qbluetoothservicediscoveryagent_p.h"#include "qbluetoothsocket_android_p.h"#include "android/servicediscoverybroadcastreceiver_p.h"#include "android/localdevicebroadcastreceiver_p.h"#include "android/androidutils_p.h"#include "android/jni_android_p.h"#include <QCoreApplication>#include <QtCore/qcoreapplication.h>#include <QtCore/QLoggingCategory>#include <QtCore/QTimer>#include <QtCore/QJniEnvironment>#include <QtBluetooth/QBluetoothHostInfo>#include <QtBluetooth/QBluetoothLocalDevice>#include <QtBluetooth/QBluetoothServiceDiscoveryAgent>
Include dependency graph for qbluetoothservicediscoveryagent_android.cpp:Go to the source code of this file.
Variables | |
| static QT_BEGIN_NAMESPACE constexpr auto | uuidFetchTimeLimit = std::chrono::seconds{4} |
|
staticconstexpr |
Definition at line 24 of file qbluetoothservicediscoveryagent_android.cpp.