Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_i93.c1668 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
1700 … 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()
1754 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
1755 first_block = p_i93->ndef_tlv_start_offset / p_i93->block_size; in rw_i93_sm_detect_ndef()
1843 first_block = (p_i93->ndef_tlv_start_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()
1969 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()
1981 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()
2097 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()
2128 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_i93_sm_update_ndef()
[all …]
/external/libnfc-nci/src/nfc/int/
Drw_int.h547 UINT16 ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member