Home
last modified time | relevance | path

Searched defs:QBluetoothSocket (Results 1 – 8 of 8) sorted by relevance

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/btchat/
H A Dchatclient.h59 QT_FORWARD_DECLARE_CLASS(QBluetoothSocket) in QT_FORWARD_DECLARE_CLASS() argument
H A Dchatserver.h60 QT_FORWARD_DECLARE_CLASS(QBluetoothSocket) in QT_FORWARD_DECLARE_CLASS() argument
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothsocket.cpp286 QBluetoothSocket::QBluetoothSocket(QBluetoothServiceInfo::Protocol socketType, QObject *parent) in QBluetoothSocket() function in QBluetoothSocket
301 QBluetoothSocket::QBluetoothSocket(QObject *parent) in QBluetoothSocket() function in QBluetoothSocket
314 QBluetoothSocket::QBluetoothSocket(QBluetoothSocketBasePrivate *dPrivate, in QBluetoothSocket() function in QBluetoothSocket
H A Dqbluetoothserver.h56 class QBluetoothSocket; variable
H A Dqbluetoothsocket_osx_p.h82 friend class QBluetoothSocket; variable
H A Dqbluetoothserver_p.h92 class QBluetoothSocket; variable
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/core/backends/bluetooth/
H A Dconnectionmultiplexer.h19 class QBluetoothSocket; variable
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtBluetooth.py745 class QBluetoothSocket(QIODevice): class