bluetoothengine/btnotif/src/btnpaireddevsettnotifier.cpp
branchRCL_3
changeset 10 b6f55cd40afd
parent 6 6a29d5ad0713
child 11 f7fbeaeb166a
equal deleted inserted replaced
9:a42ed326b458 10:b6f55cd40afd
   139         {
   139         {
   140         iNotifUiUtil->ShowConfirmationNoteL( ETrue, stringholder, iSecondaryDisplayCommand, name );
   140         iNotifUiUtil->ShowConfirmationNoteL( ETrue, stringholder, iSecondaryDisplayCommand, name );
   141         }
   141         }
   142     else
   142     else
   143         {
   143         {
   144         iNotifUiUtil->ShowErrorNoteL( ETrue, stringholder, iSecondaryDisplayCommand, name );
   144         iNotifUiUtil->ShowErrorNoteL( EFalse, stringholder, iSecondaryDisplayCommand, name );
   145         }
   145         }
   146     CleanupStack::PopAndDestroy( &stringholder );
   146     CleanupStack::PopAndDestroy( &stringholder );
   147       
   147       
   148     if( iPairingStatus || (iDevice && iDevice->GlobalSecurity().Banned() ) )
   148     if( iPairingStatus || (iDevice && iDevice->GlobalSecurity().Banned() ) )
   149         {
   149         {