Home
last modified time | relevance | path

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

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