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

Public Member Functions

 QtBluetoothGattCharacteristic (UUID uuid, int properties, int permissions, int minimumValueLength, int maximumValueLength)
 
boolean setLocalValue (byte[] value)
 
byte[] getLocalValue ()
 

Public Attributes

int minValueLength
 
int maxValueLength
 

Detailed Description

Definition at line 11 of file QtBluetoothGattCharacteristic.java.

Constructor & Destructor Documentation

◆ QtBluetoothGattCharacteristic()

org.qtproject.qt.android.bluetooth.QtBluetoothGattCharacteristic.QtBluetoothGattCharacteristic ( UUID uuid,
int properties,
int permissions,
int minimumValueLength,
int maximumValueLength )
inline

Member Function Documentation

◆ getLocalValue()

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

Definition at line 35 of file QtBluetoothGattCharacteristic.java.

◆ setLocalValue()

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

Definition at line 26 of file QtBluetoothGattCharacteristic.java.

References setValue().

+ Here is the call graph for this function:

Member Data Documentation

◆ maxValueLength

int org.qtproject.qt.android.bluetooth.QtBluetoothGattCharacteristic.maxValueLength

◆ minValueLength

int org.qtproject.qt.android.bluetooth.QtBluetoothGattCharacteristic.minValueLength

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