Searched refs:pEvtInfo (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_SE.c137 phHal_sEventInfo_t *pEvtInfo = NULL; local
150 pEvtInfo = info.psEventInfo;
152 if((pEvtInfo->eventSource == phHal_ePICC_DevType )
153 && (pEvtInfo->eventHost == phHal_eHostController) )
159 if(pEvtInfo->eventHost == phHal_eUICCHost)
171 switch(pEvtInfo->eventType)
175 if((pEvtInfo->eventInfo.aid.length != 0) && ((pEvtInfo->eventInfo.aid.length <= 16))) // PLG
178 Se_Trans_Info.UiccEvtInfo.aid.buffer =pEvtInfo->eventInfo.aid.buffer;
179 Se_Trans_Info.UiccEvtInfo.aid.length =pEvtInfo
[all...]

Completed in 62 milliseconds