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.c1535 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
1559 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1576 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
1605 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
1606 first_block = p_i93->ndef_tlv_start_offset / p_i93->block_size; in rw_i93_sm_detect_ndef()
1675 first_block = (p_i93->ndef_tlv_start_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()
1780 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()
1790 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()
1888 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()
1911 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_i93_sm_update_ndef()
[all …]
/system/nfc/src/nfc/int/
Drw_int.h689 uint16_t ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member