4package org.qtproject.qt.android.bluetooth;
6import android.bluetooth.BluetoothGattCharacteristic;
7import android.os.Build;
11class QtBluetoothGattCharacteristic
extends BluetoothGattCharacteristic {
12 QtBluetoothGattCharacteristic(UUID uuid,
int properties,
int permissions,
13 int minimumValueLength,
int maximumValueLength) {
15 minValueLength = minimumValueLength;
16 maxValueLength = maximumValueLength;
26 @SuppressWarnings(
"deprecation")
27 boolean setLocalValue(
byte[]
value) {
28 if (Build.VERSION.SDK_INT >= 33) {
32 return setValue(value);
36 @SuppressWarnings(
"deprecation")
37 byte[] getLocalValue()
39 if (Build.VERSION.SDK_INT >= 33)
45 private byte[] m_localValue =
null;
static constexpr QCssKnownValue properties[]
EGLOutputLayerEXT EGLint EGLAttrib value
[3]
static Value getValue(const QHash< const QtProperty *, PrivateData > &propertyMap, const QtProperty *property, const Value &defaultValue=Value())