Searched refs:pCRCData (Results 1 – 2 of 2) sorted by relevance
266 NFCSTATUS phDnldNfc_CheckIntegrity(uint8_t bChipVer, pphDnldNfc_Buff_t pCRCData, pphDnldNfc_RspCb_t… in phDnldNfc_CheckIntegrity() argument301 if((NULL != pCRCData->pBuff) && (0 != pCRCData->wLen)) in phDnldNfc_CheckIntegrity()303 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()304 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
93 extern NFCSTATUS phDnldNfc_CheckIntegrity(uint8_t bChipVer, pphDnldNfc_Buff_t pCRCData, pphDnldNfc_…