bluetoothengine/btnotif/src/btnpaireddevsettnotifier.cpp
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    84     return iInfo;
    84     return iInfo;
    85     }
    85     }
    86 
    86 
    87 
    87 
    88 // ----------------------------------------------------------
    88 // ----------------------------------------------------------
    89 // CBTPairedDevSettNotifier::GetParamsL
    89 // CBTPairedDevSettNotifier::ProcessStartParamsL
    90 // Mandatory for BT Notifiers when using asynchronous launch. 
    90 // Mandatory for BT Notifiers when using asynchronous launch. 
    91 // This notifier is synchronous so no implementation is needed.
    91 // This notifier is synchronous so no implementation is needed.
    92 // ----------------------------------------------------------
    92 // ----------------------------------------------------------
    93 //
    93 //
    94 void CBTPairedDevSettNotifier::GetParamsL(const TDesC8& aBuffer, 
    94 void CBTPairedDevSettNotifier::ProcessStartParamsL()
    95                                      TInt aReplySlot, 
    95     {
    96                                      const RMessagePtr2& aMessage)
    96    	FLOG(_L("[BTNOTIF]\t CBTPairedDevSettNotifier::ProcessStartParamsL"));    
    97     {
    97 
    98    	FLOG(_L("[BTNOTIF]\t CBTPairedDevSettNotifier::GetParamsL"));    
    98 	ProcessParamBufferL(*iParamBuffer); 
    99 
    99 
   100     if( iReplySlot != NULL || !iMessage.IsNull())
   100 	FLOG(_L("[BTNOTIF]\t CBTPairedDevSettNotifier::ProcessStartParamsL Complete"));    
   101         {
       
   102         User::Leave(KErrInUse);
       
   103         }
       
   104 
       
   105     iMessage = aMessage;
       
   106     iReplySlot = aReplySlot;
       
   107 	ProcessParamBufferL(aBuffer); 
       
   108 
       
   109 	FLOG(_L("[BTNOTIF]\t CBTPairedDevSettNotifier::GetParamsL Complete"));    
       
   110   	}
   101   	}
   111 
   102 
   112 // ----------------------------------------------------------
   103 // ----------------------------------------------------------
   113 // CBTPairedDevSettNotifier::UpdateL
   104 // CBTPairedDevSettNotifier::UpdateL
   114 // Update notifier according to new data
   105 // Update notifier according to new data