bluetoothengine/btnotif/btnotifsrv/src/btnotifincomingpairinghandler.cpp
changeset 41 0b2439c3e397
parent 40 997690c3397a
child 63 bcf742120177
equal deleted inserted replaced
40:997690c3397a 41:0b2439c3e397
   268     switch ( aRequestId ) 
   268     switch ( aRequestId ) 
   269         {
   269         {
   270         case EPhysicalLinkNotify:
   270         case EPhysicalLinkNotify:
   271             {
   271             {
   272             iPla.CancelNextBasebandChangeEventNotifier();
   272             iPla.CancelNextBasebandChangeEventNotifier();
       
   273             break;
   273             }
   274             }
   274         case EWaitingForPairingOk:
   275         case EWaitingForPairingOk:
   275             {
   276             {
   276             iPairingOkTimer.Cancel();
   277             iPairingOkTimer.Cancel();
       
   278             break;
   277             }
   279             }
   278         }
   280         }
   279     BOstraceFunctionExit0( DUMMY_DEVLIST );
   281     BOstraceFunctionExit0( DUMMY_DEVLIST );
   280     }
   282     }
   281 
   283