Uses of Class
io.qt.bluetooth.QBluetoothUuid
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothUuid in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothUuid Modifier and Type Field Description QObject.Signal1<QBluetoothUuid>
QLowEnergyController. serviceDiscovered
Methods in io.qt.bluetooth that return QBluetoothUuid Modifier and Type Method Description QBluetoothUuid
QBluetoothUuid. clone()
QBluetoothUuid
QBluetoothDeviceInfo. deviceUuid()
QBluetoothUuid
QLowEnergyController. remoteDeviceUuid()
QBluetoothUuid
QBluetoothServiceInfo. serviceUuid()
QBluetoothUuid
QLowEnergyService. serviceUuid()
QBluetoothUuid
QLowEnergyCharacteristic. uuid()
QBluetoothUuid
QLowEnergyCharacteristicData. uuid()
QBluetoothUuid
QLowEnergyDescriptor. uuid()
QBluetoothUuid
QLowEnergyDescriptorData. uuid()
QBluetoothUuid
QLowEnergyServiceData. uuid()
Methods in io.qt.bluetooth that return types with arguments of type QBluetoothUuid Modifier and Type Method Description QList<QBluetoothUuid>
QLowEnergyService. includedServices()
QList<QBluetoothUuid>
QBluetoothServiceInfo. serviceClassUuids()
QList<QBluetoothUuid>
QLowEnergyAdvertisingData. services()
QList<QBluetoothUuid>
QLowEnergyController. services()
QList<QBluetoothUuid>
QBluetoothDeviceInfo. serviceUuids()
QList<QBluetoothUuid>
QBluetoothServiceDiscoveryAgent. uuidFilter()
Method parameters in io.qt.bluetooth with type arguments of type QBluetoothUuid Modifier and Type Method Description void
QLowEnergyAdvertisingData. setServices(Collection<QBluetoothUuid> services)
void
QBluetoothDeviceInfo. setServiceUuids(Collection<QBluetoothUuid> uuids)
void
QBluetoothDeviceInfo. setServiceUuids(Collection<QBluetoothUuid> uuids, QBluetoothDeviceInfo.DataCompleteness completeness)
Deprecated.void
QBluetoothServiceDiscoveryAgent. setUuidFilter(Collection<QBluetoothUuid> uuids)
Constructors in io.qt.bluetooth with parameters of type QBluetoothUuid Constructor Description QBluetoothDeviceInfo(QBluetoothUuid uuid, String name, int classOfDevice)
QBluetoothUuid(QBluetoothUuid uuid)
QLowEnergyDescriptorData(QBluetoothUuid uuid, QByteArray value)