CBluetoothSockConnector Class Reference

List of all members.

Public Member Functions

 ~CBluetoothSockConnector ()
void ConnectToRemoteBtDeviceL (const TBTDevAddr &aDevAddr, TInt aPort)

Static Public Member Functions

static CBluetoothSockConnectorNewL (RSocket &aBtSocket, MSocketConnectorObserver &aSockConnObs, RSocketServ &aSocketServer)

Detailed Description

CBluetoothSockConnector Connects to a remote device on a given BT device address and on a given RFCOMM's port using the BT socket layer

Definition at line 46 of file BluetoothSockConnector.h.


Constructor & Destructor Documentation

CBluetoothSockConnector::~CBluetoothSockConnector (  ) 

Destructor

Definition at line 89 of file BluetoothSockConnector.cpp.


Member Function Documentation

CBluetoothSockConnector * CBluetoothSockConnector::NewL ( RSocket &  aBtSocket,
MSocketConnectorObserver aSockConnObs,
RSocketServ &  aSocketServer 
) [static]

Constructor

Parameters:
aBtSocket Client endpoint to the RFCOMM protocol
aSockConnObs Interface to notify the status of the connection
aSocketServer A handle to an existing session on the socket server (ESock).

Definition at line 40 of file BluetoothSockConnector.cpp.

void CBluetoothSockConnector::ConnectToRemoteBtDeviceL ( const TBTDevAddr &  aDevAddr,
TInt  aPort 
)

Connects to the remote BT device

Parameters:
aDevAddr The remote BT device address
aPort The RFCOMM's port

Definition at line 122 of file BluetoothSockConnector.cpp.


Generated by  doxygen 1.6.2