bluetoothengine/bteng/src/btengincpair.cpp
changeset 1 6a1fe72036e3
parent 0 f63038272f30
child 13 b6f55cd40afd
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
    78     // Cancel all outstanding requests
    78     // Cancel all outstanding requests
    79     CancelPlaNotification();
    79     CancelPlaNotification();
    80     iPla.Close();
    80     iPla.Close();
    81     iPairingOkTimer.Cancel();
    81     iPairingOkTimer.Cancel();
    82     iPairingOkTimer.Close();
    82     iPairingOkTimer.Close();
    83     iActivePairingOk->CancelRequest();
    83     if(iActivePairingOk)
    84     delete iActivePairingOk;    
    84         {
       
    85         iActivePairingOk->CancelRequest();
       
    86         delete iActivePairingOk;
       
    87         }
    85     TRACE_FUNC_EXIT
    88     TRACE_FUNC_EXIT
    86     }
    89     }
    87 
    90 
    88 // ---------------------------------------------------------------------------
    91 // ---------------------------------------------------------------------------
    89 // Accept this message only if the specified device is the same as this is
    92 // Accept this message only if the specified device is the same as this is