bluetoothengine/btnotif/inc/btninqnotifier.h
branchRCL_3
changeset 61 269724087bed
parent 0 f63038272f30
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    61         * @return None.
    61         * @return None.
    62         */
    62         */
    63         void Cancel();
    63         void Cancel();
    64 
    64 
    65         /**
    65         /**
    66         * From CBTNotifierBase Used in asynchronous notifier launch to 
    66         * From CBTNotifierBase
    67         * store received parameters into members variables and 
    67         * Used in asynchronous notifier launch to start the actual processing
    68         * make needed initializations.
    68         * of parameters received in StartL. StartL just stores a copy of the
    69         * @param aBuffer A buffer containing received parameters
    69         * parameter buffer, schedules a callback to call this method and returns
    70         * @param aReturnVal The return value to be passed back.
    70         * ASAP, so the actual work begins here, safely outside of the StartL
    71         * @param aMessage Should be completed when the notifier is deactivated.
    71         * context so that waiting dialogs can be freely used if need be.
    72         * @return None.
    72         * @return None.
    73         */
    73         */
    74         void GetParamsL(const TDesC8& aBuffer, TInt aReplySlot, const RMessagePtr2& aMessage);
    74         void ProcessStartParamsL();
    75 		
    75 		
    76         /**
    76         /**
    77          * From MBTNDeviceSearchObserver Called when device search and selection completes.
    77          * From MBTNDeviceSearchObserver Called when device search and selection completes.
    78          * @param aErr Error code
    78          * @param aErr Error code
    79          * @param aDevice Response parameters to caller
    79          * @param aDevice Response parameters to caller