Inherited by CBluetoothConnector.
Public Member Functions | |
virtual void | OnSockConnectionComplete (TInt aError)=0 |
MSocketConnectorObserver Iterface for notifying connection event
Definition at line 120 of file CommonInterfaces.h.
virtual void MSocketConnectorObserver::OnSockConnectionComplete | ( | TInt | aError | ) | [pure virtual] |
Callback to notify the caller the completion of the connection to the remote BT device
aError | KErrNone if succesfull, otherwise one of the system errors |