Inherited by CBluetoothManager.
| 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 | 
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.
| virtual void MBluetoothObserver::ConnectionErr | ( | const TInt | aConnHandle, | |
| const TInt | aError | |||
| ) |  [pure virtual] | 
Report any connection error
| 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
| 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
| aConnHandle | The handle of the Connector/Responder | 
Implemented in CBluetoothManager.
 1.6.2
 1.6.2