![]() |
Qt 6.x
The Qt SDK
|
#include <qbluetoothserver_p.h>
Collaboration diagram for QBluetoothServerPrivate:Public Member Functions | |
| QBluetoothServerPrivate (QBluetoothServiceInfo::Protocol serverType, QBluetoothServer *parent) | |
| ~QBluetoothServerPrivate () | |
Public Attributes | |
| QBluetoothSocket * | socket = nullptr |
| int | maxPendingConnections = 1 |
| QBluetooth::SecurityFlags | securityFlags = QBluetooth::Security::NoSecurity |
| QBluetoothServiceInfo::Protocol | serverType |
Protected Attributes | |
| QBluetoothServer * | q_ptr |
Definition at line 59 of file qbluetoothserver_p.h.
| QBluetoothServerPrivate::QBluetoothServerPrivate | ( | QBluetoothServiceInfo::Protocol | serverType, |
| QBluetoothServer * | parent | ||
| ) |
Definition at line 22 of file qbluetoothserver_android.cpp.
| QBluetoothServerPrivate::~QBluetoothServerPrivate | ( | ) |
Definition at line 30 of file qbluetoothserver_android.cpp.
References __fakeServerPorts.
| int QBluetoothServerPrivate::maxPendingConnections = 1 |
Definition at line 81 of file qbluetoothserver_p.h.
|
protected |
Definition at line 86 of file qbluetoothserver_p.h.
| QBluetooth::SecurityFlags QBluetoothServerPrivate::securityFlags = QBluetooth::Security::NoSecurity |
Definition at line 82 of file qbluetoothserver_p.h.
| QBluetoothServiceInfo::Protocol QBluetoothServerPrivate::serverType |
Definition at line 83 of file qbluetoothserver_p.h.
| QBluetoothSocket* QBluetoothServerPrivate::socket = nullptr |
Definition at line 79 of file qbluetoothserver_p.h.