Inherited by CBluetoothConnector.
Public Member Functions | |
virtual void | OnServiceSearchComplete (TInt aPort, TInt aError)=0 |
MBluetoothServiceSearcherObserver Interface for notifying service search events
Definition at line 103 of file CommonInterfaces.h.
virtual void MBluetoothServiceSearcherObserver::OnServiceSearchComplete | ( | TInt | aPort, | |
TInt | aError | |||
) | [pure virtual] |
Callback to notify the caller the completion of the service search.
aPort | On succesfull return the RFCOMM's port to use | |
aError | KErrNone if succesfull, otherwise one of the system errors |