|
ITS
|
#include <BluetoothBridge.h>
Public Member Functions | |
| BluetoothBridge (ParameterDENM *denm) | |
| void | startServer () |
Private Attributes | |
| QBluetoothServer * | rfcommServer |
| QBluetoothSocket * | btSocket |
| QBluetoothServiceInfo | serviceInfo |
| App2Fac * | m_A2F |
| Fac2App * | m_F2A |
| QThread * | m_A2FThread |
| QThread * | m_F2AThread |
Definition at line 15 of file BluetoothBridge.h.
| 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().
| void BluetoothBridge::startServer | ( | ) |
Definition at line 21 of file BluetoothBridge.cpp.
References rfcommServer, and serviceInfo.
Referenced by BluetoothBridge().
|
private |
Definition at line 26 of file BluetoothBridge.h.
Referenced by BluetoothBridge().
|
private |
Definition at line 29 of file BluetoothBridge.h.
Referenced by BluetoothBridge().
|
private |
Definition at line 31 of file BluetoothBridge.h.
Referenced by BluetoothBridge().
|
private |
Definition at line 30 of file BluetoothBridge.h.
Referenced by BluetoothBridge().
|
private |
Definition at line 32 of file BluetoothBridge.h.
Referenced by BluetoothBridge().
|
private |
Definition at line 25 of file BluetoothBridge.h.
Referenced by BluetoothBridge(), and startServer().
|
private |
Definition at line 27 of file BluetoothBridge.h.
Referenced by startServer().