Qt 6.8
Qt Bluetooth
C++ Classes
QBluetoothSocket
Qt 6.8.0 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
(QObject *)
QBluetoothSocket
(QBluetoothServiceInfo::Protocol, QObject *)
~QBluetoothSocket
()
abort
()
bytesAvailable
() const : qint64
bytesToWrite
() const : qint64
canReadLine
() const : bool
close
()
connectToService
(const QBluetoothServiceInfo &, QIODeviceBase::OpenMode)
connectToService
(const QBluetoothAddress &, const QBluetoothUuid &, QIODeviceBase::OpenMode)
connectToService
(const QBluetoothAddress &, quint16, QIODeviceBase::OpenMode)
connected
()
disconnectFromService
()
disconnected
()
doDeviceDiscovery
(const QBluetoothServiceInfo &, QIODeviceBase::OpenMode)
error
() const : QBluetoothSocket::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, QBluetoothSocket::SocketState, QIODeviceBase::OpenMode) : bool
setSocketError
(QBluetoothSocket::SocketError)
setSocketState
(QBluetoothSocket::SocketState)
socketDescriptor
() const : int
socketType
() const : QBluetoothServiceInfo::Protocol
state
() const : QBluetoothSocket::SocketState
stateChanged
(QBluetoothSocket::SocketState)
writeData
(const char *, qint64) : qint64