bluetoothengine/btnotif/src/BTNGenericInfoNotifier.cpp
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    95     TPtrC8 ret(KNullDesC8);
    95     TPtrC8 ret(KNullDesC8);
    96     return (ret);
    96     return (ret);
    97     }
    97     }
    98 
    98 
    99 // ----------------------------------------------------------
    99 // ----------------------------------------------------------
   100 // CBTGenericInfoNotifier::ProcessStartParamsL
   100 // CBTGenericInfoNotifier::GetParamsL
   101 // Mandatory for BT Notifiers when using asynchronous launch. 
   101 // Mandatory for BT Notifiers when using asynchronous launch. 
   102 // ----------------------------------------------------------
   102 // ----------------------------------------------------------
   103 //
   103 //
   104 void CBTGenericInfoNotifier::ProcessStartParamsL()
   104 void CBTGenericInfoNotifier::GetParamsL(const TDesC8& aBuffer, 
   105     {
   105                                      TInt /*aReplySlot*/, 
   106 	FLOG(_L("[BTNOTIF]\t CBTGenericInfoNotifier::ProcessStartParamsL"));  
   106                                      const RMessagePtr2& aMessage )
   107  	ProcessParamBufferL(*iParamBuffer, EFalse);
   107     {
       
   108 	FLOG(_L("[BTNOTIF]\t CBTGenericInfoNotifier::GetParamsL"));  
       
   109 	if (!iMessage.IsNull())
       
   110 	    {
       
   111 	    aMessage.Complete(KErrInUse);
       
   112 	    return;
       
   113 	    }
       
   114     iMessage = aMessage;
       
   115  	ProcessParamBufferL(aBuffer, EFalse);
   108     }
   116     }
   109 
   117 
   110 // ----------------------------------------------------------
   118 // ----------------------------------------------------------
   111 // CBTGenericInfoNotifier::ProcessParamBufferL
   119 // CBTGenericInfoNotifier::ProcessParamBufferL
   112 // Parse the data out of the message that is sent by the
   120 // Parse the data out of the message that is sent by the