Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c636 if (ps_iso_15693_con->store_length) in phFriNfc_ISO15693_H_ProcessReadNdef()
642 if (ps_iso_15693_con->store_length in phFriNfc_ISO15693_H_ProcessReadNdef()
650 ps_iso_15693_con->store_length); in phFriNfc_ISO15693_H_ProcessReadNdef()
653 ps_iso_15693_con->store_length); in phFriNfc_ISO15693_H_ProcessReadNdef()
655 remaining_data_size = ps_iso_15693_con->store_length; in phFriNfc_ISO15693_H_ProcessReadNdef()
657 ps_iso_15693_con->store_length = 0; in phFriNfc_ISO15693_H_ProcessReadNdef()
662 remaining_data_size = (uint16_t)(ps_iso_15693_con->store_length - in phFriNfc_ISO15693_H_ProcessReadNdef()
675 (ps_iso_15693_con->store_length - remaining_data_size)); in phFriNfc_ISO15693_H_ProcessReadNdef()
680 ps_iso_15693_con->store_length = (uint8_t) in phFriNfc_ISO15693_H_ProcessReadNdef()
681 (ps_iso_15693_con->store_length - remaining_data_size); in phFriNfc_ISO15693_H_ProcessReadNdef()
[all …]
DphFriNfc_NdefMap.h276 uint8_t store_length; member