Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QBluetoothServerPrivate Class Reference

#include <qbluetoothserver_p.h>

Collaboration diagram for QBluetoothServerPrivate:

Public Member Functions

 QBluetoothServerPrivate (QBluetoothServiceInfo::Protocol serverType, QBluetoothServer *parent)
 ~QBluetoothServerPrivate ()

Public Attributes

QBluetoothSocketsocket = nullptr
int maxPendingConnections = 1
QBluetooth::SecurityFlags securityFlags = QBluetooth::Security::NoSecurity
QBluetoothServiceInfo::Protocol serverType

Protected Attributes

QBluetoothServerq_ptr

Detailed Description

Definition at line 59 of file qbluetoothserver_p.h.

Constructor & Destructor Documentation

◆ QBluetoothServerPrivate()

QBluetoothServerPrivate::QBluetoothServerPrivate ( QBluetoothServiceInfo::Protocol serverType,
QBluetoothServer * parent )

Definition at line 22 of file qbluetoothserver_android.cpp.

References q_ptr.

◆ ~QBluetoothServerPrivate()

QBluetoothServerPrivate::~QBluetoothServerPrivate ( )

Definition at line 30 of file qbluetoothserver_android.cpp.

Member Data Documentation

◆ maxPendingConnections

int QBluetoothServerPrivate::maxPendingConnections = 1

Definition at line 81 of file qbluetoothserver_p.h.

◆ q_ptr

QBluetoothServer* QBluetoothServerPrivate::q_ptr
protected

Definition at line 86 of file qbluetoothserver_p.h.

Referenced by QBluetoothServerPrivate().

◆ securityFlags

QBluetooth::SecurityFlags QBluetoothServerPrivate::securityFlags = QBluetooth::Security::NoSecurity

Definition at line 82 of file qbluetoothserver_p.h.

◆ serverType

QBluetoothServiceInfo::Protocol QBluetoothServerPrivate::serverType

Definition at line 83 of file qbluetoothserver_p.h.

◆ socket

QBluetoothSocket* QBluetoothServerPrivate::socket = nullptr

Definition at line 79 of file qbluetoothserver_p.h.


The documentation for this class was generated from the following files: