Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_i93.c1700 … p_i93->ndef_tlv_last_offset = p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1719 … p_i93->ndef_tlv_last_offset = p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1805 last_block = (p_i93->ndef_tlv_last_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()
1830 - (p_i93->ndef_tlv_last_offset % p_i93->block_size) in rw_i93_sm_detect_ndef()
1840 - (p_i93->ndef_tlv_last_offset % p_i93->block_size) in rw_i93_sm_detect_ndef()
1850 last_block = (p_i93->ndef_tlv_last_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()
2167 p_i93->ndef_tlv_last_offset = p_i93->rw_offset - p_i93->block_size + xx - 1; in rw_i93_sm_update_ndef()
2178 if (block_number == (p_i93->ndef_tlv_last_offset / p_i93->block_size) + 1) in rw_i93_sm_update_ndef()
2314 p_i93->ndef_tlv_last_offset); in rw_i93_sm_update_ndef()
2827 if (p_i93->rw_offset < p_i93->ndef_tlv_last_offset) in rw_i93_sm_set_read_only()
/external/libnfc-nci/src/nfc/int/
Drw_int.h548 UINT16 ndef_tlv_last_offset; /* offset of last byte of NDEF TLV */ member