Lines Matching refs:store_length
636 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()
728 ps_iso_15693_con->store_length = (uint8_t) in phFriNfc_ISO15693_H_ProcessReadNdef()
1417 psNdefMap->ISO15693Container.store_length = 0; in phFriNfc_ISO15693_ChkNdef()
1604 if (ps_iso_15693_con->store_length > 0) in phFriNfc_ISO15693_RdNdef()