Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_DesfireMap.c104 uint8_t BuffIndex);
383 static NFCSTATUS phFriNfc_Desf_HChkAndParseTLV(phFriNfc_NdefMap_t *NdefMap, uint8_t BuffIndex) in phFriNfc_Desf_HChkAndParseTLV() argument
387 if((NdefMap->SendRecvBuf[BuffIndex] <= 0x03) || in phFriNfc_Desf_HChkAndParseTLV()
388 (NdefMap->SendRecvBuf[BuffIndex] >= 0x06) ) in phFriNfc_Desf_HChkAndParseTLV()
397 ((NdefMap->SendRecvBuf[BuffIndex] == 0x04)? in phFriNfc_Desf_HChkAndParseTLV()