Uses of Class
io.qt.bluetooth.QBluetooth.AttAccessConstraints
-
Uses of QBluetooth.AttAccessConstraints in io.qt.bluetooth
Modifier and TypeMethodDescriptionQBluetooth.AttAccessConstraint.asFlags()
Create a QFlags of the enum entry.QBluetooth.AttAccessConstraint.cleared
(QBluetooth.AttAccessConstraint e) Excludes other enum entry from a flag of this entry.QBluetooth.AttAccessConstraints.clone()
Clones the flagsQBluetooth.AttAccessConstraint.combined
(QBluetooth.AttAccessConstraint e) Combines this entry with other enum entry.QBluetooth.AttAccessConstraints.combined
(QBluetooth.AttAccessConstraint e) Combines this flags with enum entry.QBluetooth.AttAccessConstraint.flags
(QBluetooth.AttAccessConstraint ... values) Creates a newQBluetooth.AttAccessConstraints
from the entries.QLowEnergyCharacteristicData.readConstraints()
QLowEnergyDescriptorData.readConstraints()
QBluetooth.AttAccessConstraints.setFlag
(QBluetooth.AttAccessConstraint e) Sets the flage
QBluetooth.AttAccessConstraints.setFlag
(QBluetooth.AttAccessConstraint e, boolean on) Sets or clears the flagflag
QLowEnergyCharacteristicData.writeConstraints()
QLowEnergyDescriptorData.writeConstraints()
Modifier and TypeMethodDescriptionfinal int
QBluetooth.AttAccessConstraints.compareTo
(QBluetooth.AttAccessConstraints other) final void
QLowEnergyCharacteristicData.setReadConstraints
(QBluetooth.AttAccessConstraints constraints) final void
QLowEnergyDescriptorData.setReadPermissions
(boolean readable, QBluetooth.AttAccessConstraints constraints) final void
QLowEnergyCharacteristicData.setWriteConstraints
(QBluetooth.AttAccessConstraints constraints) final void
QLowEnergyDescriptorData.setWritePermissions
(boolean writable, QBluetooth.AttAccessConstraints constraints)