Public Member Functions | |
~CBluetoothSockConnector () | |
void | ConnectToRemoteBtDeviceL (const TBTDevAddr &aDevAddr, TInt aPort) |
Static Public Member Functions | |
static CBluetoothSockConnector * | NewL (RSocket &aBtSocket, MSocketConnectorObserver &aSockConnObs, RSocketServ &aSocketServer) |
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.
CBluetoothSockConnector::~CBluetoothSockConnector | ( | ) |
Destructor
Definition at line 89 of file BluetoothSockConnector.cpp.
CBluetoothSockConnector * CBluetoothSockConnector::NewL | ( | RSocket & | aBtSocket, | |
MSocketConnectorObserver & | aSockConnObs, | |||
RSocketServ & | aSocketServer | |||
) | [static] |
Constructor
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
aDevAddr | The remote BT device address | |
aPort | The RFCOMM's port |
Definition at line 122 of file BluetoothSockConnector.cpp.