Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c277 &(psNdefMap->ISO15693Container); in phFriNfc_ISO15693_H_ProcessWriteNdef()
279 psNdefMap->ISO15693Container.ndef_seq; in phFriNfc_ISO15693_H_ProcessWriteNdef()
447 psNdefMap->ISO15693Container.ndef_seq = (uint8_t)e_wr_ndef_seq; in phFriNfc_ISO15693_H_ProcessWriteNdef()
487 psNdefMap->ISO15693Container.current_block; in phFriNfc_ISO15693_H_ReadWrite()
620 &(psNdefMap->ISO15693Container); in phFriNfc_ISO15693_H_ProcessReadNdef()
796 &(psNdefMap->ISO15693Container); in phFriNfc_ISO15693_H_CheckCCBytes()
867 &(psNdefMap->ISO15693Container); in phFriNfc_ISO15693_H_ProcessCheckNdef()
869 psNdefMap->ISO15693Container.ndef_seq; in phFriNfc_ISO15693_H_ProcessCheckNdef()
1278 psNdefMap->ISO15693Container.ndef_seq = (uint8_t)e_chk_ndef_seq; in phFriNfc_ISO15693_H_ProcessCheckNdef()
1296 psNdefMap->CompletionRoutine[psNdefMap->ISO15693Container.cr_index]. in phFriNfc_ISO15693_H_Complete()
[all …]
DphFriNfc_NdefMap.c1417 NdefMap->ISO15693Container.ndef_tlv_type_blk, in phFriNfc_NdefMap_GetContainerSize()
1418 NdefMap->ISO15693Container.ndef_tlv_type_byte, in phFriNfc_NdefMap_GetContainerSize()
1419 NdefMap->ISO15693Container.actual_ndef_size); in phFriNfc_NdefMap_GetContainerSize()
1422 NdefMap->ISO15693Container.ndef_tlv_type_blk, in phFriNfc_NdefMap_GetContainerSize()
1423 NdefMap->ISO15693Container.ndef_tlv_type_byte, in phFriNfc_NdefMap_GetContainerSize()
1424 NdefMap->ISO15693Container.actual_ndef_size); in phFriNfc_NdefMap_GetContainerSize()
1426 *maxSize = (NdefMap->ISO15693Container.max_data_size - in phFriNfc_NdefMap_GetContainerSize()
1430 *maxSize = (NdefMap->ISO15693Container.max_data_size in phFriNfc_NdefMap_GetContainerSize()
1433 *actualSize = NdefMap->ISO15693Container.actual_ndef_size; in phFriNfc_NdefMap_GetContainerSize()
DphFriNfc_NdefMap.h954 phFriNfc_ISO15693Cont_t ISO15693Container; member