• Home
  • Raw
  • Download

Lines Matching refs:EventInfo

657     phHal_sEventInfo_t          EventInfo;  in phHciNfc_Recv_WI_Event()  local
686 EventInfo.eventHost = phHal_eHostController; in phHciNfc_Recv_WI_Event()
687 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_WI_Event()
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION; in phHciNfc_Recv_WI_Event()
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION; in phHciNfc_Recv_WI_Event()
703 EventInfo.eventType = NFC_EVT_TRANSACTION; in phHciNfc_Recv_WI_Event()
704 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid; in phHciNfc_Recv_WI_Event()
708 EventInfo.eventInfo.aid.length = length - HCP_HEADER_LEN; in phHciNfc_Recv_WI_Event()
710 EventInfo.eventInfo.aid.length ); in phHciNfc_Recv_WI_Event()
714 if (EventInfo.eventInfo.aid.length == 4) in phHciNfc_Recv_WI_Event()
716 EventInfo.eventType = NFC_EVT_APDU_RECEIVED; in phHciNfc_Recv_WI_Event()
718 else if (EventInfo.eventInfo.aid.length == 2) in phHciNfc_Recv_WI_Event()
720 … if (!memcmp(paypass_removal, EventInfo.eventInfo.aid.buffer, EventInfo.eventInfo.aid.length)) in phHciNfc_Recv_WI_Event()
722 EventInfo.eventType = NFC_EVT_EMV_CARD_REMOVAL; in phHciNfc_Recv_WI_Event()
724 else if(mifare_access == EventInfo.eventInfo.aid.buffer[0]) in phHciNfc_Recv_WI_Event()
726 EventInfo.eventType = NFC_EVT_MIFARE_ACCESS; in phHciNfc_Recv_WI_Event()
730 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid; in phHciNfc_Recv_WI_Event()
732 EventInfo.eventInfo.aid.length ); in phHciNfc_Recv_WI_Event()
745 NFC_NOTIFY_EVENT, (void*)&EventInfo); in phHciNfc_Recv_WI_Event()