![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbluetooth.h"
#include <QtCore/QJniObject>
#include <QtCore/private/qglobal_p.h>
#include <QtCore/qcoreapplication_platform.h>
Go to the source code of this file.
Enumerations | |
enum | JavaNames { BluetoothAdapter = 0 , BluetoothDevice , ActionAclConnected , ActionAclDisconnected , ActionBondStateChanged , ActionDiscoveryStarted , ActionDiscoveryFinished , ActionFound , ActionScanModeChanged , ActionUuid , ExtraBondState , ExtraDevice , ExtraPairingKey , ExtraPairingVariant , ExtraRssi , ExtraScanMode , ExtraUuid } |
Functions | |
QT_BEGIN_NAMESPACE | Q_DECLARE_JNI_CLASS (QtBtUtility, "org/qtproject/qt/android/bluetooth/QtBluetoothUtility") Q_DECLARE_JNI_CLASS(QtBtBroadcastReceiver |
QT_BEGIN_NAMESPACE org qtproject qt android bluetooth QtBluetoothBroadcastReceiver | Q_DECLARE_JNI_CLASS (QtBtGattCharacteristic, "org/qtproject/qt/android/bluetooth/QtBluetoothGattCharacteristic") Q_DECLARE_JNI_CLASS(QtBtGattDescriptor |
QT_BEGIN_NAMESPACE org qtproject qt android bluetooth QtBluetoothBroadcastReceiver org qtproject qt android bluetooth QtBluetoothGattDescriptor | Q_DECLARE_JNI_CLASS (QtBtInputStreamThread, "org/qtproject/qt/android/bluetooth/QtBluetoothInputStreamThread") template<> const expr auto QtJniTypes |
QString | valueFromStaticFieldCache (const char *key, const char *className, const char *fieldName) |
template<typename Klass, JavaNames Field> | |
QString | valueForStaticField () |
enum JavaNames |
Definition at line 69 of file jni_android_p.h.
QT_BEGIN_NAMESPACE org qtproject qt android bluetooth QtBluetoothBroadcastReceiver Q_DECLARE_JNI_CLASS | ( | QtBtGattCharacteristic | , |
"org/qtproject/qt/android/bluetooth/QtBluetoothGattCharacteristic" | ) |
QT_BEGIN_NAMESPACE org qtproject qt android bluetooth QtBluetoothBroadcastReceiver org qtproject qt android bluetooth QtBluetoothGattDescriptor Q_DECLARE_JNI_CLASS | ( | QtBtInputStreamThread | , |
"org/qtproject/qt/android/bluetooth/QtBluetoothInputStreamThread" | ) const |
Definition at line 34 of file jni_android_p.h.
QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS | ( | QtBtUtility | , |
"org/qtproject/qt/android/bluetooth/QtBluetoothUtility" | ) |
Definition at line 93 of file jni_android_p.h.
QString valueFromStaticFieldCache | ( | const char * | key, |
const char * | className, | ||
const char * | fieldName ) |
Definition at line 27 of file jni_android.cpp.