Qt 5.15
Qt Bluetooth
C++ Classes
QBluetoothSocket
Qt 5.15.13 Reference Documentation
List of All Members for QBluetoothSocket
This is the complete list of members for
QBluetoothSocket
, including inherited members.
QBluetoothSocket
(QObject *)
QBluetoothSocket
(QBluetoothServiceInfo::Protocol , QObject *)
enum
SocketError
enum
SocketState
connected
()
disconnected
()
error
(QBluetoothSocket::SocketError )
stateChanged
(QBluetoothSocket::SocketState )
~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 )
disconnectFromService
()
doDeviceDiscovery
(const QBluetoothServiceInfo &, OpenMode )
error
() const : 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
writeData
(const char *, qint64 ) : qint64