Uses of Enum
io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid
-
Uses of QBluetoothUuid.ServiceClassUuid in io.qt.bluetooth
Modifier and TypeMethodDescriptionQBluetoothUuid.ServiceClassUuid.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QBluetoothUuid.ServiceClassUuid[]
QBluetoothUuid.ServiceClassUuid.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QBluetoothUuid.assign
(QBluetoothUuid.ServiceClassUuid other) Overloaded function forQBluetoothUuid.assign(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyCharacteristic
QLowEnergyService.characteristic
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyService.characteristic(io.qt.bluetooth.QBluetoothUuid)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQBluetoothSocket.connectToService(io.qt.bluetooth.QBluetoothAddress, io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid, io.qt.core.QIODevice.OpenMode)
withmode = new io.qt.core.QIODevice.OpenMode(3)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODevice.OpenMode mode) SeeQBluetoothSocket::
connectToService(QBluetoothAddress, QBluetoothUuid::ServiceClassUuid, QIODevice::OpenMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODevice.OpenModeFlag ... mode) final QLowEnergyService
QLowEnergyController.createServiceObject
(QBluetoothUuid.ServiceClassUuid service) Overloaded function forQLowEnergyController.createServiceObject(io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid, io.qt.core.QObject)
withparent = null
.final QLowEnergyService
QLowEnergyController.createServiceObject
(QBluetoothUuid.ServiceClassUuid service, QObject parent) Overloaded function forQLowEnergyController.createServiceObject(io.qt.bluetooth.QBluetoothUuid, io.qt.core.QObject)
.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.final boolean
QBluetoothUuid.equals
(QBluetoothUuid.ServiceClassUuid other) Overloaded function forQBluetoothUuid.equals(io.qt.bluetooth.QBluetoothUuid)
.final QBluetoothServiceInfo
QBluetoothServer.listen
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQBluetoothServer.listen(io.qt.bluetooth.QBluetoothUuid.ServiceClassUuid, java.lang.String)
withserviceName = (String)null
.final QBluetoothServiceInfo
QBluetoothServer.listen
(QBluetoothUuid.ServiceClassUuid uuid, String serviceName) Overloaded function forQBluetoothServer.listen(io.qt.bluetooth.QBluetoothUuid, java.lang.String)
.static String
QBluetoothUuid.serviceClassToString
(QBluetoothUuid.ServiceClassUuid uuid) final void
QBluetoothServiceInfo.setAttribute
(short attributeId, QBluetoothUuid.ServiceClassUuid value) Overloaded function forQBluetoothServiceInfo.setAttribute(short, io.qt.bluetooth.QBluetoothUuid)
.final void
QBluetoothDeviceInfo.setDeviceUuid
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQBluetoothDeviceInfo.setDeviceUuid(io.qt.bluetooth.QBluetoothUuid)
.final void
QBluetoothServiceInfo.setServiceUuid
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQBluetoothServiceInfo.setServiceUuid(io.qt.bluetooth.QBluetoothUuid)
.final void
QLowEnergyCharacteristicData.setUuid
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyCharacteristicData.setUuid(io.qt.bluetooth.QBluetoothUuid)
.final void
QLowEnergyDescriptorData.setUuid
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyDescriptorData.setUuid(io.qt.bluetooth.QBluetoothUuid)
.final void
QLowEnergyServiceData.setUuid
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyServiceData.setUuid(io.qt.bluetooth.QBluetoothUuid)
.final void
QBluetoothServiceDiscoveryAgent.setUuidFilter
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQBluetoothServiceDiscoveryAgent.setUuidFilter(io.qt.bluetooth.QBluetoothUuid)
.ModifierConstructorDescriptionQBluetoothDeviceInfo
(QBluetoothUuid.ServiceClassUuid uuid, String name, int classOfDevice) Overloaded constructor forQBluetoothDeviceInfo(io.qt.bluetooth.QBluetoothUuid, java.lang.String, int)
.QLowEnergyDescriptorData
(QBluetoothUuid.ServiceClassUuid uuid, byte [] value) Overloaded constructor forQLowEnergyDescriptorData(io.qt.bluetooth.QBluetoothUuid, io.qt.core.QByteArray)
.Overloaded constructor forQLowEnergyDescriptorData(io.qt.bluetooth.QBluetoothUuid, io.qt.core.QByteArray)
.