Uses of Class
io.qt.bluetooth.QBluetoothUuid
Packages that use QBluetoothUuid
-
Uses of QBluetoothUuid in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothUuidModifier and TypeFieldDescriptionfinal QObject.Signal1<QBluetoothUuid>
QLowEnergyController.serviceDiscovered
Methods in io.qt.bluetooth that return QBluetoothUuidModifier and TypeMethodDescriptionQBluetoothUuid.clone()
Creates and returns a copy of this object.final QBluetoothUuid
QBluetoothDeviceInfo.deviceUuid()
final QBluetoothUuid
QLowEnergyController.remoteDeviceUuid()
final QBluetoothUuid
QBluetoothServiceInfo.serviceUuid()
final QBluetoothUuid
QLowEnergyService.serviceUuid()
final QBluetoothUuid
QLowEnergyCharacteristic.uuid()
final QBluetoothUuid
QLowEnergyCharacteristicData.uuid()
final QBluetoothUuid
QLowEnergyDescriptor.uuid()
final QBluetoothUuid
QLowEnergyDescriptorData.uuid()
final QBluetoothUuid
QLowEnergyServiceData.uuid()
Methods in io.qt.bluetooth that return types with arguments of type QBluetoothUuidModifier and TypeMethodDescriptionfinal QList<QBluetoothUuid>
QLowEnergyService.includedServices()
final QList<QBluetoothUuid>
QBluetoothServiceInfo.serviceClassUuids()
final QList<QBluetoothUuid>
QLowEnergyAdvertisingData.services()
final QList<QBluetoothUuid>
QLowEnergyController.services()
final QList<QBluetoothUuid>
QBluetoothDeviceInfo.serviceUuids()
final QList<QBluetoothUuid>
QBluetoothServiceDiscoveryAgent.uuidFilter()
Methods in io.qt.bluetooth with parameters of type QBluetoothUuidModifier and TypeMethodDescriptionfinal void
QBluetoothUuid.assign
(QBluetoothUuid other) SeeQBluetoothUuid::
operator=(QBluetoothUuid) final QLowEnergyCharacteristic
QLowEnergyService.characteristic
(QBluetoothUuid uuid) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid) Overloaded function forQBluetoothSocket.connectToService(io.qt.bluetooth.QBluetoothAddress, io.qt.bluetooth.QBluetoothUuid, io.qt.core.QIODevice.OpenMode)
withopenMode = new io.qt.core.QIODevice.OpenMode(3)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid, QIODevice.OpenMode openMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid, QIODevice.OpenModeFlag ... openMode) final QLowEnergyService
QLowEnergyController.createServiceObject
(QBluetoothUuid service) Overloaded function forQLowEnergyController.createServiceObject(io.qt.bluetooth.QBluetoothUuid, io.qt.core.QObject)
withparent = null
.final QLowEnergyService
QLowEnergyController.createServiceObject
(QBluetoothUuid service, QObject parent) final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid uuid) final boolean
QBluetoothUuid.equals
(QBluetoothUuid other) final QBluetoothServiceInfo
QBluetoothServer.listen
(QBluetoothUuid uuid) Overloaded function forQBluetoothServer.listen(io.qt.bluetooth.QBluetoothUuid, java.lang.String)
withserviceName = (String)null
.final QBluetoothServiceInfo
QBluetoothServer.listen
(QBluetoothUuid uuid, String serviceName) final void
QBluetoothServiceInfo.setAttribute
(short attributeId, QBluetoothUuid value) final void
QBluetoothDeviceInfo.setDeviceUuid
(QBluetoothUuid uuid) final void
QBluetoothServiceInfo.setServiceUuid
(QBluetoothUuid uuid) final void
QLowEnergyCharacteristicData.setUuid
(QBluetoothUuid uuid) final void
QLowEnergyDescriptorData.setUuid
(QBluetoothUuid uuid) final void
QLowEnergyServiceData.setUuid
(QBluetoothUuid uuid) final void
QBluetoothServiceDiscoveryAgent.setUuidFilter
(QBluetoothUuid uuid) Method parameters in io.qt.bluetooth with type arguments of type QBluetoothUuidModifier and TypeMethodDescriptionfinal void
QLowEnergyAdvertisingData.setServices
(Collection<? extends QBluetoothUuid> services) final void
QBluetoothDeviceInfo.setServiceUuids
(Collection<? extends QBluetoothUuid> uuids) final void
QBluetoothDeviceInfo.setServiceUuids
(Collection<? extends QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness) final void
QBluetoothServiceDiscoveryAgent.setUuidFilter
(Collection<? extends QBluetoothUuid> uuids) Constructors in io.qt.bluetooth with parameters of type QBluetoothUuidModifierConstructorDescriptionQBluetoothDeviceInfo
(QBluetoothUuid uuid, String name, int classOfDevice) QBluetoothUuid
(QBluetoothUuid uuid) QLowEnergyDescriptorData
(QBluetoothUuid uuid, byte [] value) Overloaded constructor forQLowEnergyDescriptorData(io.qt.bluetooth.QBluetoothUuid, io.qt.core.QByteArray)
.QLowEnergyDescriptorData
(QBluetoothUuid uuid, QByteArray value)