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
org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor Class Reference
+ Inheritance diagram for org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor:
+ Collaboration diagram for org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor:

Public Member Functions

 QtBluetoothGattDescriptor (UUID uuid, int permissions)
 
boolean setLocalValue (byte[] value)
 
byte[] getLocalValue ()
 

Detailed Description

Definition at line 11 of file QtBluetoothGattDescriptor.java.

Constructor & Destructor Documentation

◆ QtBluetoothGattDescriptor()

org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor.QtBluetoothGattDescriptor ( UUID uuid,
int permissions )
inline

Definition at line 12 of file QtBluetoothGattDescriptor.java.

Member Function Documentation

◆ getLocalValue()

byte[] org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor.getLocalValue ( )
inline

Definition at line 30 of file QtBluetoothGattDescriptor.java.

◆ setLocalValue()

boolean org.qtproject.qt.android.bluetooth.QtBluetoothGattDescriptor.setLocalValue ( byte[] value)
inline

Definition at line 21 of file QtBluetoothGattDescriptor.java.

References setValue().

+ Here is the call graph for this function:

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