ITS
BluetoothBridge Class Reference

#include <BluetoothBridge.h>

Inheritance diagram for BluetoothBridge:
[legend]
Collaboration diagram for BluetoothBridge:
[legend]

Public Member Functions

 BluetoothBridge (ParameterDENM *denm)
 
void startServer ()
 

Private Attributes

QBluetoothServer * rfcommServer
 
QBluetoothSocket * btSocket
 
QBluetoothServiceInfo serviceInfo
 
App2Facm_A2F
 
Fac2Appm_F2A
 
QThread * m_A2FThread
 
QThread * m_F2AThread
 

Detailed Description

Definition at line 15 of file BluetoothBridge.h.

Constructor & Destructor Documentation

◆ BluetoothBridge()

BluetoothBridge::BluetoothBridge ( ParameterDENM denm)

Definition at line 3 of file BluetoothBridge.cpp.

References btSocket, m_A2F, m_A2FThread, m_F2A, m_F2AThread, rfcommServer, and startServer().

Here is the call graph for this function:

Member Function Documentation

◆ startServer()

void BluetoothBridge::startServer ( )

Definition at line 21 of file BluetoothBridge.cpp.

References rfcommServer, and serviceInfo.

Referenced by BluetoothBridge().

Here is the caller graph for this function:

Member Data Documentation

◆ btSocket

QBluetoothSocket* BluetoothBridge::btSocket
private

Definition at line 26 of file BluetoothBridge.h.

Referenced by BluetoothBridge().

◆ m_A2F

App2Fac* BluetoothBridge::m_A2F
private

Definition at line 29 of file BluetoothBridge.h.

Referenced by BluetoothBridge().

◆ m_A2FThread

QThread* BluetoothBridge::m_A2FThread
private

Definition at line 31 of file BluetoothBridge.h.

Referenced by BluetoothBridge().

◆ m_F2A

Fac2App* BluetoothBridge::m_F2A
private

Definition at line 30 of file BluetoothBridge.h.

Referenced by BluetoothBridge().

◆ m_F2AThread

QThread* BluetoothBridge::m_F2AThread
private

Definition at line 32 of file BluetoothBridge.h.

Referenced by BluetoothBridge().

◆ rfcommServer

QBluetoothServer* BluetoothBridge::rfcommServer
private

Definition at line 25 of file BluetoothBridge.h.

Referenced by BluetoothBridge(), and startServer().

◆ serviceInfo

QBluetoothServiceInfo BluetoothBridge::serviceInfo
private

Definition at line 27 of file BluetoothBridge.h.

Referenced by startServer().


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