![]() |
Qt 6.x
The Qt SDK
|
#include "qbluetoothsocket.h"
#include "qbluetoothsocket_android_p.h"
#include "qbluetoothaddress.h"
#include "qbluetoothdeviceinfo.h"
#include "qbluetoothserviceinfo.h"
#include "android/androidutils_p.h"
#include "android/jni_android_p.h"
#include <QCoreApplication>
#include <QtCore/QLoggingCategory>
#include <QtCore/QThread>
#include <QtCore/QTime>
#include <QtCore/QJniEnvironment>
#include <qbluetoothsocket_android.moc>
Go to the source code of this file.
Classes | |
class | SocketConnectWorker |
class | WorkerThread |
[reimpl-run] More... | |
Macros | |
#define | USE_FALLBACK true |
Variables | |
Q_BLUETOOTH_EXPORT bool | useReverseUuidWorkAroundConnect = true |
#define USE_FALLBACK true |
Definition at line 22 of file qbluetoothsocket_android.cpp.
Q_BLUETOOTH_EXPORT bool useReverseUuidWorkAroundConnect = true |
Definition at line 24 of file qbluetoothsocket_android.cpp.
Referenced by QBluetoothSocketPrivateAndroid::defaultSocketConnectFailed().