Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.h224 NFCSTATUS Mfc_Transceive(uint8_t* p_data, uint32_t len);
DphNxpExtns_MifareStd.cpp988 NFCSTATUS Mfc_Transceive(uint8_t* p_data, uint32_t len) { in Mfc_Transceive() function
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.cpp482 status = Mfc_Transceive((uint8_t*)msg->pMsgData, msg->Size); in phNxpExtns_ProcessSysMessage()