Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c281 uint8_t recv_length = 0; in phFriNfc_ISO15693_H_ProcessWriteNdef() local
292 recv_length = (uint8_t) in phFriNfc_ISO15693_H_ProcessWriteNdef()
295 if (ISO15693_SINGLE_BLK_RD_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_ProcessWriteNdef()
302 recv_length); in phFriNfc_ISO15693_H_ProcessWriteNdef()
352 recv_length = (uint8_t)(*psNdefMap->SendRecvLength - in phFriNfc_ISO15693_H_ProcessWriteNdef()
355 if (ISO15693_SINGLE_BLK_RD_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_ProcessWriteNdef()
360 recv_length); in phFriNfc_ISO15693_H_ProcessWriteNdef()
580 uint8_t recv_length, in phFriNfc_ISO15693_Reformat_Pageread_Buffer() argument
588 while (i < recv_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
601 if (i + 16 <= recv_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
[all …]
DphFriNfc_TopazDynamicMap.c2565 uint16_t recv_length = 0; in phFriNfc_Tpz_H_CopyReadData() local
2573 recv_length = *(psNdefMap->SendRecvLength); in phFriNfc_Tpz_H_CopyReadData()
2591 recv_length = (*(psNdefMap->SendRecvLength) - TOPAZ_STATIC_LOCK_RES_BYTES); in phFriNfc_Tpz_H_CopyReadData()
2610 while (copy_index < recv_length) in phFriNfc_Tpz_H_CopyReadData()
2612 copy_length = (uint16_t)(recv_length - copy_index); in phFriNfc_Tpz_H_CopyReadData()
2769 if ((copy_index + skip_size) <= recv_length) in phFriNfc_Tpz_H_CopyReadData()
2777 (recv_length - copy_index) : 0); in phFriNfc_Tpz_H_CopyReadData()
2778 copy_index = (uint16_t)recv_length; in phFriNfc_Tpz_H_CopyReadData()
2823 uint16_t recv_length = 0; in phFriNfc_Tpz_H_ParseTLVs() local
2851 recv_length = *psNdefMap->SendRecvLength; in phFriNfc_Tpz_H_ParseTLVs()
[all …]
DphFriNfc_ISO15693Format.c132 uint8_t recv_length);
249 uint8_t recv_length) in phFriNfc_ISO15693_H_GetMaxDataSize() argument
258 if ((ISO15693_GET_SYS_INFO_RESP_LEN == recv_length) in phFriNfc_ISO15693_H_GetMaxDataSize()