HomeSort by relevance Sort by last modified time
    Searched refs:sTgtConnectInfo (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_Reader.c 102 sTgtConnectInfo.psConnectedDevice)
115 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = pNotifyConnectCb;
118 && (NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice))
130 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice
136 if(NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)
175 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice = NULL;
177 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = NULL;
183 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)
194 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)
197 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice
    [all...]
phHal4Nfc_P2P.c 102 else if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState)
211 if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState)
329 ||(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType))
334 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus);
354 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice,
361 if(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType)
365 (NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb))
368 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb;
369 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb = NULL;
372 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice
    [all...]
phHal4Nfc_Internal.h 222 phHal4Nfc_TargetConnectInfo_t sTgtConnectInfo;
phHal4Nfc_ADD.c 350 = Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb;
394 else if(Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb)
397 Hal4Ctxt->sTgtConnectInfo.pUpperConnectCb = NULL;
401 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice,
409 if ( NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb)
    [all...]
phHal4Nfc.c 216 if((NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)
418 Hal4Ctxt->sTgtConnectInfo.EmulationState = NFC_EVT_DEACTIVATED;
784 if((NULL == Hal4Ctxt->sTgtConnectInfo.psConnectedDevice)
    [all...]

Completed in 2909 milliseconds