diff -r f05641c183ff -r 43824b19ee35 bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h --- a/bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h Mon May 03 12:40:50 2010 +0300 +++ b/bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h Fri May 14 16:01:46 2010 +0300 @@ -89,16 +89,23 @@ * @since S60 v3.2 * @param ?arg1 ?description */ - virtual void RequestCompletedL( CBTEngActive* aActive, TInt aId, + virtual void RequestCompletedL( CBTEngActive* aActive, TInt aStatus ); - + + /** + * Callback for handling cancelation of an outstanding request. + * + * @param aId The ID that identifies the outstanding request. + */ + virtual void CancelRequest( TInt aRequestId ); + /** * Callback to notify that an error has occurred in RunL. * * @since S60 v3.2 * @param ?arg1 ?description */ - virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError ); + virtual void HandleError( CBTEngActive* aActive, TInt aError ); private: