Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c210 #define ISO15693_GET_REMAINING_SIZE(max_data_size, blk, index) \ argument
211 (max_data_size - ((blk * ISO15693_BYTES_PER_BLOCK) + index))
383 (ps_iso_15693_con->max_data_size / ISO15693_BYTES_PER_BLOCK))) in phFriNfc_ISO15693_H_ProcessWriteNdef()
627 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef()
632 reformatted_buf, ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef()
837 ps_iso_15693_con->max_data_size = (uint16_t) in phFriNfc_ISO15693_H_CheckCCBytes()
877 uint8_t *reformatted_buf = (uint8_t*) phOsalNfc_GetMemory(ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessCheckNdef()
890 reformatted_buf, ps_iso_15693_con->max_data_size); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1035 && (ISO15693_GET_REMAINING_SIZE(ps_iso_15693_con->max_data_size, in phFriNfc_ISO15693_H_ProcessCheckNdef()
1181 && (ISO15693_GET_REMAINING_SIZE(ps_iso_15693_con->max_data_size, in phFriNfc_ISO15693_H_ProcessCheckNdef()
[all …]
DphFriNfc_ISO15693Format.c306 ps_iso15693_info->max_data_size = (uint16_t) in phFriNfc_ISO15693_H_GetMaxDataSize()
401 …*(a_send_byte + send_index) = (uint8_t) (ps_iso15693_info->max_data_size / ISO15693_CC_MULTIPLE_FA… in phFriNfc_ISO15693_H_ProFormat()
404 switch (ps_iso15693_info->max_data_size) in phFriNfc_ISO15693_H_ProFormat()
DphFriNfc_SmtCrdFmt.h267 uint16_t max_data_size; member
DphFriNfc_NdefMap.c1426 *maxSize = (NdefMap->ISO15693Container.max_data_size - in phFriNfc_NdefMap_GetContainerSize()
1430 *maxSize = (NdefMap->ISO15693Container.max_data_size in phFriNfc_NdefMap_GetContainerSize()
DphFriNfc_NdefMap.h267 uint16_t max_data_size; member