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
LowEnergyNotificationHub Class Reference

#include <lowenergynotificationhub_p.h>

+ Inheritance diagram for LowEnergyNotificationHub:
+ Collaboration diagram for LowEnergyNotificationHub:

Signals

void connectionUpdated (QLowEnergyController::ControllerState newState, QLowEnergyController::Error errorCode)
 
void mtuChanged (int mtu)
 
void remoteRssiRead (int rssi, bool success)
 
void servicesDiscovered (QLowEnergyController::Error errorCode, const QString &uuids)
 
void serviceDetailsDiscoveryFinished (const QString &serviceUuid, int startHandle, int endHandle)
 
void characteristicRead (const QBluetoothUuid &serviceUuid, int handle, const QBluetoothUuid &charUuid, int properties, const QByteArray &data)
 
void descriptorRead (const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid, int handle, const QBluetoothUuid &descUuid, const QByteArray &data)
 
void characteristicWritten (int charHandle, const QByteArray &data, QLowEnergyService::ServiceError errorCode)
 
void descriptorWritten (int descHandle, const QByteArray &data, QLowEnergyService::ServiceError errorCode)
 
void serverDescriptorWritten (const QJniObject &descriptor, const QByteArray &newValue)
 
void characteristicChanged (int charHandle, const QByteArray &data)
 
void serverCharacteristicChanged (const QJniObject &characteristic, const QByteArray &newValue)
 
void serviceError (int attributeHandle, QLowEnergyService::ServiceError errorCode)
 
void advertisementError (int status)
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked.
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 This signal is emitted after the object's name has been changed.
 

Public Member Functions

 LowEnergyNotificationHub (const QBluetoothAddress &remote, bool isPeripheral, QObject *parent=nullptr)
 
 ~LowEnergyNotificationHub ()
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_connectionChange, leConnectionStateChange) static void lowEnergy_mtuChanged(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_servicesDiscovered, leServicesDiscovered) static void lowEnergy_serviceDetailsDiscovered(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_serviceDetailsDiscovered, leServiceDetailDiscoveryFinished) static void lowEnergy_characteristicRead(JNIEnv *env
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_characteristicRead, leCharacteristicRead) static void lowEnergy_descriptorRead(JNIEnv *env
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_characteristicWritten, leCharacteristicWritten) static void lowEnergy_descriptorWritten(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_descriptorWritten, leDescriptorWritten) static void lowEnergy_serverDescriptorWritten(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_serverDescriptorWritten, leServerDescriptorWritten) static void lowEnergy_characteristicChanged(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_characteristicChanged, leCharacteristicChanged) static void lowEnergy_serverCharacteristicChanged(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_serverCharacteristicChanged, leServerCharacteristicChanged) static void lowEnergy_serviceError(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_advertisementError, leServerAdvertisementError) static void lowEnergy_remoteRssiRead(JNIEnv *
 
 Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE (lowEnergy_remoteRssiRead, leRemoteRssiRead)
 
QJniObject javaObject ()
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 Constructs an object with parent object parent.
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects.
 
virtual bool event (QEvent *event)
 This virtual function receives events to an object and should return true if the event e was recognized and processed.
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 Filters events if this object has been installed as an event filter for the watched object.
 
QString objectName () const
 
Q_WEAK_OVERLOAD void setObjectName (const QString &name)
 Sets the object's name to name.
 
void setObjectName (QAnyStringView name)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false.
 
bool isWindowType () const
 Returns true if the object is a window; otherwise returns false.
 
bool isQuickItemType () const
 Returns true if the object is a QQuickItem; otherwise returns false.
 
bool signalsBlocked () const noexcept
 Returns true if signals are blocked; otherwise returns false.
 
bool blockSignals (bool b) noexcept
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it).
 
QThreadthread () const
 Returns the thread in which the object lives.
 
bool moveToThread (QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)
 Changes the thread affinity for this object and its children and returns true on success.
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds.
 
int startTimer (std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 Kills the timer with timer identifier, id.
 
void killTimer (Qt::TimerId id)
 
template<typename T >
findChild (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object.
 
template<typename T >
QList< T > findChildren (QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects.
 
template<typename T >
findChild (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename T >
QList< T > findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
const QObjectListchildren () const
 Returns a list of child objects.
 
void setParent (QObject *parent)
 Makes the object a child of parent.
 
void installEventFilter (QObject *filterObj)
 Installs an event filter filterObj on this object.
 
void removeEventFilter (QObject *obj)
 Removes an event filter object obj from this object.
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 Dumps a tree of children to the debug output.
 
void dumpObjectInfo () const
 Dumps information about signal connections, etc.
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value.
 
bool setProperty (const char *name, QVariant &&value)
 
QVariant property (const char *name) const
 Returns the value of the object's name property.
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 Returns a pointer to the parent object.
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false.
 

Static Public Member Functions

static void lowEnergy_connectionChange (JNIEnv *, jobject, jlong qtObject, jint errorCode, jint newState)
 
static void lowEnergy_servicesDiscovered (JNIEnv *, jobject, jlong qtObject, jint errorCode, jstring uuidList)
 
static void lowEnergy_characteristicWritten (JNIEnv *, jobject, jlong qtObject, jint charHandle, jbyteArray data, jint errorCode)
 
static void lowEnergy_advertisementError (JNIEnv *, jobject, jlong qtObject, jint status)
 
- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 \threadsafe
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 \threadsafe
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 Disconnect a connection.
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 

Public Attributes

 jobject
 
jlong qtObject
 
jlong jint mtu
 
jlong jstring uuid
 
jlong jstring jint startHandle
 
jlong jstring jint jint endHandle
 
jlong jstring serviceUuid
 
jlong jstring jint handle
 
jlong jstring jint jstring charUuid
 
jlong jstring jint jstring jint properties
 
jlong jstring jint jstring jint jbyteArray data
 
jlong jstring sUuid
 
jlong jstring jstring cUuid
 
jlong jstring jstring jint handle
 
jlong jstring jstring jint jstring dUuid
 
jlong jstring jstring jint jstring jbyteArray data
 
jlong jint descHandle
 
jlong jint jbyteArray data
 
jlong jint jbyteArray jint errorCode
 
jlong QtJniTypes::BluetoothGattDescriptor descriptor
 
jlong QtJniTypes::BluetoothGattDescriptor jbyteArray newValue
 
jlong jint charHandle
 
jlong QtJniTypes::BluetoothGattCharacteristic characteristic
 
jlong QtJniTypes::BluetoothGattCharacteristic jbyteArray newValue
 
jlong jint attributeHandle
 
jlong jint int errorCode
 
jlong int rssi
 
jlong int bool success
 

Additional Inherited Members

- Public Slots inherited from QObject
void deleteLater ()
 \threadsafe
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr.
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal.
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 This event handler can be reimplemented in a subclass to receive timer events for the object.
 
virtual void childEvent (QChildEvent *event)
 This event handler can be reimplemented in a subclass to receive child events.
 
virtual void customEvent (QEvent *event)
 This event handler can be reimplemented in a subclass to receive custom events.
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QObject
QString objectName
 the name of this object
 

Detailed Description

Definition at line 32 of file lowenergynotificationhub_p.h.

Constructor & Destructor Documentation

◆ LowEnergyNotificationHub()

LowEnergyNotificationHub::LowEnergyNotificationHub ( const QBluetoothAddress & remote,
bool isPeripheral,
QObject * parent = nullptr )
explicit

Definition at line 22 of file lowenergynotificationhub.cpp.

References contains(), QRandomGenerator::global(), lock, and qCDebug.

+ Here is the call graph for this function:

◆ ~LowEnergyNotificationHub()

LowEnergyNotificationHub::~LowEnergyNotificationHub ( )

Definition at line 57 of file lowenergynotificationhub.cpp.

Member Function Documentation

◆ advertisementError

void LowEnergyNotificationHub::advertisementError ( int status)
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ characteristicChanged

void LowEnergyNotificationHub::characteristicChanged ( int charHandle,
const QByteArray & data )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ characteristicRead

void LowEnergyNotificationHub::characteristicRead ( const QBluetoothUuid & serviceUuid,
int handle,
const QBluetoothUuid & charUuid,
int properties,
const QByteArray & data )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ characteristicWritten

void LowEnergyNotificationHub::characteristicWritten ( int charHandle,
const QByteArray & data,
QLowEnergyService::ServiceError errorCode )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ connectionUpdated

void LowEnergyNotificationHub::connectionUpdated ( QLowEnergyController::ControllerState newState,
QLowEnergyController::Error errorCode )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ descriptorRead

void LowEnergyNotificationHub::descriptorRead ( const QBluetoothUuid & serviceUuid,
const QBluetoothUuid & charUuid,
int handle,
const QBluetoothUuid & descUuid,
const QByteArray & data )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ descriptorWritten

void LowEnergyNotificationHub::descriptorWritten ( int descHandle,
const QByteArray & data,
QLowEnergyService::ServiceError errorCode )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ javaObject()

◆ lowEnergy_advertisementError()

void LowEnergyNotificationHub::lowEnergy_advertisementError ( JNIEnv * ,
jobject ,
jlong qtObject,
jint status )
static

Definition at line 342 of file lowenergynotificationhub.cpp.

References QMetaObject::invokeMethod(), Q_ARG, qtObject, and Qt::QueuedConnection.

+ Here is the call graph for this function:

◆ lowEnergy_characteristicWritten()

void LowEnergyNotificationHub::lowEnergy_characteristicWritten ( JNIEnv * env,
jobject ,
jlong qtObject,
jint charHandle,
jbyteArray data,
jint errorCode )
static

Definition at line 210 of file lowenergynotificationhub.cpp.

References charHandle, QByteArray::data(), errorCode, QMetaObject::invokeMethod(), Q_ARG, qtObject, Qt::QueuedConnection, and QByteArray::resize().

+ Here is the call graph for this function:

◆ lowEnergy_connectionChange()

void LowEnergyNotificationHub::lowEnergy_connectionChange ( JNIEnv * ,
jobject ,
jlong qtObject,
jint errorCode,
jint newState )
static

Definition at line 65 of file lowenergynotificationhub.cpp.

References errorCode, QMetaObject::invokeMethod(), newState(), Q_ARG, qtObject, and Qt::QueuedConnection.

+ Here is the call graph for this function:

◆ lowEnergy_servicesDiscovered()

void LowEnergyNotificationHub::lowEnergy_servicesDiscovered ( JNIEnv * ,
jobject ,
jlong qtObject,
jint errorCode,
jstring uuidList )
static

Definition at line 106 of file lowenergynotificationhub.cpp.

References errorCode, QMetaObject::invokeMethod(), Q_ARG, qtObject, and Qt::QueuedConnection.

+ Here is the call graph for this function:

◆ mtuChanged

void LowEnergyNotificationHub::mtuChanged ( int mtu)
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [1/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_advertisementError ,
leServerAdvertisementError  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [2/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_characteristicChanged ,
leCharacteristicChanged  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [3/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_characteristicRead ,
leCharacteristicRead  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [4/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_characteristicWritten ,
leCharacteristicWritten  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [5/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_connectionChange ,
leConnectionStateChange  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [6/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_descriptorWritten ,
leDescriptorWritten  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [7/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_remoteRssiRead ,
leRemoteRssiRead  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [8/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_serverCharacteristicChanged ,
leServerCharacteristicChanged  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [9/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_serverDescriptorWritten ,
leServerDescriptorWritten  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [10/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_serviceDetailsDiscovered ,
leServiceDetailDiscoveryFinished  )

◆ Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE() [11/11]

LowEnergyNotificationHub::Q_DECLARE_JNI_NATIVE_METHOD_IN_CURRENT_SCOPE ( lowEnergy_servicesDiscovered ,
leServicesDiscovered  )

◆ remoteRssiRead

void LowEnergyNotificationHub::remoteRssiRead ( int rssi,
bool success )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ serverCharacteristicChanged

void LowEnergyNotificationHub::serverCharacteristicChanged ( const QJniObject & characteristic,
const QByteArray & newValue )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ serverDescriptorWritten

void LowEnergyNotificationHub::serverDescriptorWritten ( const QJniObject & descriptor,
const QByteArray & newValue )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ serviceDetailsDiscoveryFinished

void LowEnergyNotificationHub::serviceDetailsDiscoveryFinished ( const QString & serviceUuid,
int startHandle,
int endHandle )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ serviceError

void LowEnergyNotificationHub::serviceError ( int attributeHandle,
QLowEnergyService::ServiceError errorCode )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

◆ servicesDiscovered

void LowEnergyNotificationHub::servicesDiscovered ( QLowEnergyController::Error errorCode,
const QString & uuids )
signal

Referenced by QLowEnergyControllerPrivateAndroid::init().

+ Here is the caller graph for this function:

Member Data Documentation

◆ attributeHandle

jlong jint LowEnergyNotificationHub::attributeHandle

Definition at line 101 of file lowenergynotificationhub_p.h.

◆ characteristic

jlong QtJniTypes::BluetoothGattCharacteristic LowEnergyNotificationHub::characteristic

Definition at line 95 of file lowenergynotificationhub_p.h.

◆ charHandle

jlong jint LowEnergyNotificationHub::charHandle

Definition at line 90 of file lowenergynotificationhub_p.h.

Referenced by lowEnergy_characteristicWritten().

◆ charUuid

jlong jstring jint jstring LowEnergyNotificationHub::charUuid

Definition at line 61 of file lowenergynotificationhub_p.h.

◆ cUuid

jlong jstring jstring LowEnergyNotificationHub::cUuid

Definition at line 67 of file lowenergynotificationhub_p.h.

◆ data [1/3]

jlong jint jbyteArray LowEnergyNotificationHub::data

Definition at line 62 of file lowenergynotificationhub_p.h.

◆ data [2/3]

jlong jstring jstring jint jstring jbyteArray LowEnergyNotificationHub::data

Definition at line 68 of file lowenergynotificationhub_p.h.

◆ data [3/3]

jlong jint jbyteArray LowEnergyNotificationHub::data

Definition at line 78 of file lowenergynotificationhub_p.h.

◆ descHandle

jlong jint LowEnergyNotificationHub::descHandle

Definition at line 78 of file lowenergynotificationhub_p.h.

◆ descriptor

jlong QtJniTypes::BluetoothGattDescriptor LowEnergyNotificationHub::descriptor

Definition at line 84 of file lowenergynotificationhub_p.h.

◆ dUuid

jlong jstring jstring jint jstring LowEnergyNotificationHub::dUuid

Definition at line 68 of file lowenergynotificationhub_p.h.

◆ endHandle

jlong jstring jint jint LowEnergyNotificationHub::endHandle

Definition at line 55 of file lowenergynotificationhub_p.h.

◆ errorCode [1/2]

jlong jint jbyteArray jint LowEnergyNotificationHub::errorCode

◆ errorCode [2/2]

jlong jint int LowEnergyNotificationHub::errorCode

Definition at line 101 of file lowenergynotificationhub_p.h.

◆ handle [1/2]

jlong jstring jint LowEnergyNotificationHub::handle

Definition at line 61 of file lowenergynotificationhub_p.h.

◆ handle [2/2]

jlong jstring jstring jint LowEnergyNotificationHub::handle

Definition at line 68 of file lowenergynotificationhub_p.h.

◆ jobject

LowEnergyNotificationHub::jobject

Definition at line 45 of file lowenergynotificationhub_p.h.

◆ mtu

jlong jint LowEnergyNotificationHub::mtu

Definition at line 45 of file lowenergynotificationhub_p.h.

◆ newValue [1/2]

jlong QtJniTypes::BluetoothGattDescriptor jbyteArray LowEnergyNotificationHub::newValue

Definition at line 85 of file lowenergynotificationhub_p.h.

◆ newValue [2/2]

jlong QtJniTypes::BluetoothGattCharacteristic jbyteArray LowEnergyNotificationHub::newValue

Definition at line 96 of file lowenergynotificationhub_p.h.

◆ properties

jlong jstring jint jstring jint LowEnergyNotificationHub::properties

Definition at line 62 of file lowenergynotificationhub_p.h.

◆ qtObject

◆ rssi

jlong int LowEnergyNotificationHub::rssi

Definition at line 108 of file lowenergynotificationhub_p.h.

◆ serviceUuid

jlong jstring LowEnergyNotificationHub::serviceUuid

Definition at line 60 of file lowenergynotificationhub_p.h.

◆ startHandle

jlong jstring jint LowEnergyNotificationHub::startHandle

Definition at line 55 of file lowenergynotificationhub_p.h.

◆ success

jlong int bool LowEnergyNotificationHub::success

Definition at line 109 of file lowenergynotificationhub_p.h.

◆ sUuid

jlong jstring LowEnergyNotificationHub::sUuid

Definition at line 67 of file lowenergynotificationhub_p.h.

◆ uuid

jlong jstring LowEnergyNotificationHub::uuid

Definition at line 54 of file lowenergynotificationhub_p.h.


The documentation for this class was generated from the following files: