4package org.qtproject.qt.android.bluetooth;
6import android.bluetooth.BluetoothGattDescriptor;
7import android.os.Build;
11class QtBluetoothGattDescriptor
extends BluetoothGattDescriptor {
12 QtBluetoothGattDescriptor(UUID uuid,
int permissions) {
13 super(uuid, permissions);
21 @SuppressWarnings(
"deprecation")
22 boolean setLocalValue(
byte[]
value) {
23 if (Build.VERSION.SDK_INT >= 33) {
27 return setValue(value);
31 @SuppressWarnings(
"deprecation")
32 byte[] getLocalValue()
34 if (Build.VERSION.SDK_INT >= 33)
40 private byte[] m_localValue =
null;
EGLOutputLayerEXT EGLint EGLAttrib value
[3]
static Value getValue(const QHash< const QtProperty *, PrivateData > &propertyMap, const QtProperty *property, const Value &defaultValue=Value())