bluetoothengine/bteng/btengdiscovery/inc/btengdevicesearch.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
    87      * Callback to notify that an outstanding request has completed.
    87      * Callback to notify that an outstanding request has completed.
    88      *
    88      *
    89      * @since S60 v3.2
    89      * @since S60 v3.2
    90      * @param ?arg1 ?description
    90      * @param ?arg1 ?description
    91      */
    91      */
    92     virtual void RequestCompletedL( CBTEngActive* aActive, 
    92     virtual void RequestCompletedL( CBTEngActive* aActive, TInt aId, 
    93                                      TInt aStatus );
    93                                      TInt aStatus );
    94     
    94 
    95     /**
       
    96      * Callback for handling cancelation of an outstanding request.
       
    97      *
       
    98      * @param aId The ID that identifies the outstanding request.
       
    99      */
       
   100     virtual void CancelRequest( TInt aRequestId );
       
   101     
       
   102     /**
    95     /**
   103      * Callback to notify that an error has occurred in RunL.
    96      * Callback to notify that an error has occurred in RunL.
   104      *
    97      *
   105      * @since S60 v3.2
    98      * @since S60 v3.2
   106      * @param ?arg1 ?description
    99      * @param ?arg1 ?description
   107      */
   100      */
   108     virtual void HandleError( CBTEngActive* aActive, TInt aError );
   101     virtual void HandleError( CBTEngActive* aActive, TInt aId, TInt aError );
   109 
   102 
   110 private:
   103 private:
   111 
   104 
   112     /**
   105     /**
   113      * C++ default constructor
   106      * C++ default constructor