Lines Matching refs:event_info
1268 phHal_sEventInfo_t event_info; in phHciNfc_Recv_Uicc_Event() local
1287 event_info.eventHost = phHal_eUICCHost ; in phHciNfc_Recv_Uicc_Event()
1288 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_Uicc_Event()
1294 event_info.eventType = NFC_EVT_END_OF_TRANSACTION; in phHciNfc_Recv_Uicc_Event()
1301 event_info.eventType = NFC_EVT_TRANSACTION; in phHciNfc_Recv_Uicc_Event()
1314 event_info.eventInfo.aid.length = in phHciNfc_Recv_Uicc_Event()
1318 event_info.eventInfo.aid.length ); in phHciNfc_Recv_Uicc_Event()
1319 event_info.eventInfo.aid.buffer = (uint8_t *) in phHciNfc_Recv_Uicc_Event()
1321 i = i + event_info.eventInfo.aid.length; in phHciNfc_Recv_Uicc_Event()
1336 event_info.eventInfo.uicc_info.param.length = in phHciNfc_Recv_Uicc_Event()
1338 event_info.eventInfo.uicc_info.param.buffer = (uint8_t *) in phHciNfc_Recv_Uicc_Event()
1340 i = i + event_info.eventInfo.uicc_info.param.length; in phHciNfc_Recv_Uicc_Event()
1360 event_info.eventType = NFC_EVT_CONNECTIVITY; in phHciNfc_Recv_Uicc_Event()
1365 event_info.eventType = NFC_EVT_OPERATION_ENDED; in phHciNfc_Recv_Uicc_Event()
1378 NFC_NOTIFY_EVENT, (void *)&event_info ); in phHciNfc_Recv_Uicc_Event()