Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c587 uint32_t reformatted_index = 0; in phFriNfc_ISO15693_Reformat_Pageread_Buffer() local
590 if (reformatted_index + 16 > dst_length) { in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
595 memset(&(p_dst_buf[reformatted_index]), 0, 16); in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
596 reformatted_index += 16; in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
602 memcpy(&(p_dst_buf[reformatted_index]), &(p_recv_buf[i]), 16); in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
603 reformatted_index += 16; in phFriNfc_ISO15693_Reformat_Pageread_Buffer()
610 return reformatted_index; in phFriNfc_ISO15693_Reformat_Pageread_Buffer()