bluetoothengine/btnotif/btnotifsrv/src/btnotifoutgoingpairinghandler.cpp
changeset 41 0b2439c3e397
parent 40 997690c3397a
child 52 4545c04e61e1
equal deleted inserted replaced
40:997690c3397a 41:0b2439c3e397
   312     switch ( aRequestId )
   312     switch ( aRequestId )
   313         {
   313         {
   314         case EDedicatedBonding:
   314         case EDedicatedBonding:
   315             {
   315             {
   316             iBondingSession.Close();
   316             iBondingSession.Close();
       
   317             break;
   317             }
   318             }
   318         case EGeneralBonding:
   319         case EGeneralBonding:
   319         case EGeneralBondingRetry:
   320         case EGeneralBondingRetry:
   320             {
   321             {
   321             iSocket.CancelConnect();
   322             iSocket.CancelConnect();
   322             iSocket.Close();
   323             iSocket.Close();
       
   324             break;
   323             }
   325             }
   324         case EGeneralBondingRetryTimer:
   326         case EGeneralBondingRetryTimer:
   325             {
   327             {
   326             iTimer.Cancel();
   328             iTimer.Cancel();
       
   329             break;
   327             }     
   330             }     
   328         }
   331         }
   329     }
   332     }
   330 
   333 
   331 // ---------------------------------------------------------------------------
   334 // ---------------------------------------------------------------------------