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 104 else if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState)
214 if(NFC_EVT_ACTIVATED == Hal4Ctxt->sTgtConnectInfo.EmulationState)
332 ||(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType))
337 Hal4Ctxt->sTgtConnectInfo.ReleaseType?NFCSTATUS_RELEASED:SendStatus);
357 Hal4Ctxt->sTgtConnectInfo.psConnectedDevice,
364 if(NFC_INVALID_RELEASE_TYPE != Hal4Ctxt->sTgtConnectInfo.ReleaseType)
368 (NULL != Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb))
371 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb;
372 Hal4Ctxt->sTgtConnectInfo.pUpperDisconnectCb = NULL;
375 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 378 milliseconds