Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ ~QBluetoothServerPrivate()

QBluetoothServerPrivate::~QBluetoothServerPrivate ( )

Definition at line 30 of file qbluetoothserver_android.cpp.

References __fakeServerPorts.

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.

◆ 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: