Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c996 p_t2t->terminator_byte_index = terminator_tlv_byte_index - 1; in rw_t2t_read_ndef_last_block()
1001 p_t2t->terminator_byte_index = 0x00; in rw_t2t_read_ndef_last_block()
1024 block = p_t2t->terminator_byte_index / T2T_BLOCK_SIZE; in rw_t2t_read_terminator_tlv_block()
1098 else if (block == p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) in rw_t2t_is_read_before_write_block()
1399 if (p_t2t->terminator_byte_index/T2T_BLOCK_SIZE == block) in rw_t2t_update_cb()
1428 if (p_t2t->terminator_byte_index != 0) in rw_t2t_update_cb()
1551 p_t2t->terminator_tlv_block[p_t2t->terminator_byte_index%T2T_BLOCK_LEN] = TAG_TERMINATOR_TLV; in rw_t2t_add_terminator_tlv()
1554 block = p_t2t->terminator_byte_index/T2T_BLOCK_LEN; in rw_t2t_add_terminator_tlv()
1657 if ((p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) == p_t2t->ndef_last_block_num) in rw_t2t_handle_ndef_write_rsp()
1664 else if (p_t2t->terminator_byte_index != 0) in rw_t2t_handle_ndef_write_rsp()
[all …]
/external/libnfc-nci/src/nfc/int/
Drw_int.h336 …UINT16 terminator_byte_index; /* The offset of the tag where terminator … member