diff -r 997690c3397a -r 0b2439c3e397 bluetoothengine/btnotif/btnotifsrv/src/btnotifoutgoingpairinghandler.cpp --- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifoutgoingpairinghandler.cpp Wed Jun 23 18:23:52 2010 +0300 +++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifoutgoingpairinghandler.cpp Tue Jul 06 14:27:09 2010 +0300 @@ -314,16 +314,19 @@ case EDedicatedBonding: { iBondingSession.Close(); + break; } case EGeneralBonding: case EGeneralBondingRetry: { iSocket.CancelConnect(); iSocket.Close(); + break; } case EGeneralBondingRetryTimer: { iTimer.Cancel(); + break; } } }