Qt 6.6
Qt Bluetooth
C++ Classes
QBluetoothSocket
Qt 6.6.2 Reference Documentation
List of All Members for QBluetoothSocket
This is the complete list of members for
QBluetoothSocket
, including inherited members.
enum class
SocketError
enum class
SocketState
QBluetoothSocket
(QBluetoothServiceInfo::Protocol, QObject *)
QBluetoothSocket
(QObject *)
~QBluetoothSocket
()
abort
()
bytesAvailable
() const : qint64
bytesToWrite
() const : qint64
canReadLine
() const : bool
close
()
connectToService
(const QBluetoothServiceInfo &, OpenMode)
connectToService
(const QBluetoothAddress &, const QBluetoothUuid &, OpenMode)
connectToService
(const QBluetoothAddress &, quint16, OpenMode)
connected
()
disconnectFromService
()
disconnected
()
doDeviceDiscovery
(const QBluetoothServiceInfo &, OpenMode)
error
() const : SocketError
errorOccurred
(QBluetoothSocket::SocketError)
errorString
() const : QString
isSequential
() const : bool
localAddress
() const : QBluetoothAddress
localName
() const : QString
localPort
() const : quint16
peerAddress
() const : QBluetoothAddress
peerName
() const : QString
peerPort
() const : quint16
preferredSecurityFlags
() const : QBluetooth::SecurityFlags
readData
(char *, qint64) : qint64
setPreferredSecurityFlags
(QBluetooth::SecurityFlags)
setSocketDescriptor
(int, QBluetoothServiceInfo::Protocol, SocketState, OpenMode) : bool
setSocketError
(SocketError)
setSocketState
(SocketState)
socketDescriptor
() const : int
socketType
() const : QBluetoothServiceInfo::Protocol
state
() const : SocketState
stateChanged
(QBluetoothSocket::SocketState)
writeData
(const char *, qint64) : qint64