Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc1833 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
1858 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1875 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1904 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
1905 first_block = p_i93->ndef_tlv_start_offset / p_i93->block_size; in rw_i93_sm_detect_ndef()
1974 first_block = (p_i93->ndef_tlv_start_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()
2086 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()
2096 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()
2199 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()
2233 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_i93_sm_update_ndef()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h722 uint16_t ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member