Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc_SE.c178 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()
184 Se_Trans_Info.UiccEvtInfo.aid.buffer = NULL; in phLibNfc_SeNotification()
185 Se_Trans_Info.UiccEvtInfo.aid.length = 0; in phLibNfc_SeNotification()
192 Se_Trans_Info.UiccEvtInfo.param.buffer = in phLibNfc_SeNotification()
194 Se_Trans_Info.UiccEvtInfo.param.length = in phLibNfc_SeNotification()
213 Se_Trans_Info.UiccEvtInfo.aid.buffer = pEvtInfo->eventInfo.aid.buffer; in phLibNfc_SeNotification()
214 Se_Trans_Info.UiccEvtInfo.aid.length = pEvtInfo->eventInfo.aid.length; in phLibNfc_SeNotification()
229 Se_Trans_Info.UiccEvtInfo.aid.buffer = pEvtInfo->eventInfo.aid.buffer; in phLibNfc_SeNotification()
230 Se_Trans_Info.UiccEvtInfo.aid.length = pEvtInfo->eventInfo.aid.length; in phLibNfc_SeNotification()
DphLibNfc.h158 phNfc_sUiccInfo_t UiccEvtInfo; /**< Indicates UICC event info for Evt_Transaction event */ member