MBluetoothObserver Class Reference

Inherited by CBluetoothManager.

List of all members.

Public Member Functions

virtual void ConnectionErr (const TInt aConnHandle, const TInt aError)=0
virtual void DataReceived (const TInt aConnHandle, const TDesC8 &aData)=0
virtual void SendDataComplete (const TInt aConnHandle)=0

Detailed Description

MBluetoothConnectorObserver Interface for notifying to the status of the connection to the remote BT device and to notify incoming/sending data completion

Definition at line 137 of file CommonInterfaces.h.


Member Function Documentation

virtual void MBluetoothObserver::ConnectionErr ( const TInt  aConnHandle,
const TInt  aError 
) [pure virtual]

Report any connection error

Parameters:
aConnHandle The handle of the Connector/Responder
aError An error

Implemented in CBluetoothManager.

virtual void MBluetoothObserver::DataReceived ( const TInt  aConnHandle,
const TDesC8 &  aData 
) [pure virtual]

Notify when data arrives from the remote BT device

Parameters:
aConnHandle The handle of the Connector/Responder
aData Description containing the data arrived from the remote BT device

Implemented in CBluetoothManager.

virtual void MBluetoothObserver::SendDataComplete ( const TInt  aConnHandle  )  [pure virtual]

Notify when the sending data to the remote BT device is succesfull

Parameters:
aConnHandle The handle of the Connector/Responder

Implemented in CBluetoothManager.


Generated by  doxygen 1.6.2