Uses of Class
io.qt.bluetooth.QBluetoothAddress
-
Uses of QBluetoothAddress in io.qt.bluetooth
Modifier and TypeFieldDescriptionfinal QObject.Signal1
<QBluetoothAddress> QBluetoothLocalDevice.deviceConnected
final QObject.Signal1
<QBluetoothAddress> QBluetoothLocalDevice.deviceDisconnected
QBluetoothLocalDevice.pairingFinished
Modifier and TypeMethodDescriptionfinal QBluetoothAddress
QBluetoothDeviceInfo.address()
final QBluetoothAddress
QBluetoothHostInfo.address()
final QBluetoothAddress
QBluetoothLocalDevice.address()
final QBluetoothAddress
QLowEnergyAdvertisingParameters.AddressInfo.address()
QBluetoothAddress.clone()
Creates and returns a copy of this object.final QBluetoothAddress
QBluetoothSocket.localAddress()
final QBluetoothAddress
QLowEnergyController.localAddress()
final QBluetoothAddress
QBluetoothSocket.peerAddress()
final QBluetoothAddress
QBluetoothServiceDiscoveryAgent.remoteAddress()
final QBluetoothAddress
QLowEnergyController.remoteAddress()
final QBluetoothAddress
QBluetoothServer.serverAddress()
Modifier and TypeMethodDescriptionfinal QList
<QBluetoothAddress> QBluetoothLocalDevice.connectedDevices()
Modifier and TypeMethodDescriptionfinal void
QBluetoothAddress.assign
(QBluetoothAddress other) int
QBluetoothAddress.compareTo
(QBluetoothAddress other) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, short port) Overloaded function forQBluetoothSocket.connectToService(io.qt.bluetooth.QBluetoothAddress, short, io.qt.core.QIODeviceBase.OpenMode)
withopenMode = new io.qt.core.QIODeviceBase.OpenMode(3)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, short port, QIODeviceBase.OpenMode openMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, short port, QIODeviceBase.OpenModeFlag ... openMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid) Overloaded function forQBluetoothSocket.connectToService(io.qt.bluetooth.QBluetoothAddress, io.qt.bluetooth.QBluetoothUuid, io.qt.core.QIODeviceBase.OpenMode)
withopenMode = new io.qt.core.QIODeviceBase.OpenMode(3)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid, QIODeviceBase.OpenMode openMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid uuid, QIODeviceBase.OpenModeFlag ... openMode) 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.QIODeviceBase.OpenMode)
withmode = new io.qt.core.QIODeviceBase.OpenMode(3)
.final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODeviceBase.OpenMode mode) SeeQBluetoothSocket::
connectToService(QBluetoothAddress, QBluetoothUuid::ServiceClassUuid, QIODeviceBase::OpenMode) final void
QBluetoothSocket.connectToService
(QBluetoothAddress address, QBluetoothUuid.ServiceClassUuid uuid, QIODeviceBase.OpenModeFlag ... mode) static QLowEnergyController
QLowEnergyController.createCentral
(QBluetoothDeviceInfo remoteDevice, QBluetoothAddress localDevice) Overloaded function forQLowEnergyController.createCentral(io.qt.bluetooth.QBluetoothDeviceInfo, io.qt.bluetooth.QBluetoothAddress, io.qt.core.QObject)
withparent = null
.static QLowEnergyController
QLowEnergyController.createCentral
(QBluetoothDeviceInfo remoteDevice, QBluetoothAddress localDevice, QObject parent) static QLowEnergyController
QLowEnergyController.createPeripheral
(QBluetoothAddress localDevice) Overloaded function forQLowEnergyController.createPeripheral(io.qt.bluetooth.QBluetoothAddress, io.qt.core.QObject)
withparent = null
.static QLowEnergyController
QLowEnergyController.createPeripheral
(QBluetoothAddress localDevice, QObject parent) final boolean
QBluetoothAddress.equals
(QBluetoothAddress b) Returns true if the two Bluetooth addresses a and b are equal, otherwise returns falsefinal boolean
QBluetoothServer.listen
(QBluetoothAddress address) Overloaded function forQBluetoothServer.listen(io.qt.bluetooth.QBluetoothAddress, short)
withport = 0
.final boolean
QBluetoothServer.listen
(QBluetoothAddress address, short port) QBluetoothLocalDevice.pairingStatus
(QBluetoothAddress address) final boolean
QBluetoothServiceInfo.registerService
(QBluetoothAddress localAdapter) final void
QBluetoothLocalDevice.requestPairing
(QBluetoothAddress address, QBluetoothLocalDevice.Pairing pairing) final void
QBluetoothHostInfo.setAddress
(QBluetoothAddress address) final void
QLowEnergyAdvertisingParameters.AddressInfo.setAddress
(QBluetoothAddress address) final boolean
QBluetoothServiceDiscoveryAgent.setRemoteAddress
(QBluetoothAddress address) ModifierConstructorDescriptionQBluetoothDeviceDiscoveryAgent
(QBluetoothAddress deviceAdapter) Overloaded constructor forQBluetoothDeviceDiscoveryAgent(io.qt.bluetooth.QBluetoothAddress, io.qt.core.QObject)
withparent = null
.QBluetoothDeviceDiscoveryAgent
(QBluetoothAddress deviceAdapter, QObject parent) QBluetoothDeviceInfo
(QBluetoothAddress address, String name, int classOfDevice) QBluetoothLocalDevice
(QBluetoothAddress address) Overloaded constructor forQBluetoothLocalDevice(io.qt.bluetooth.QBluetoothAddress, io.qt.core.QObject)
withparent = null
.QBluetoothLocalDevice
(QBluetoothAddress address, QObject parent) QBluetoothServiceDiscoveryAgent
(QBluetoothAddress deviceAdapter) Overloaded constructor forQBluetoothServiceDiscoveryAgent(io.qt.bluetooth.QBluetoothAddress, io.qt.core.QObject)
withparent = null
.QBluetoothServiceDiscoveryAgent
(QBluetoothAddress deviceAdapter, QObject parent)