Searched refs:terminator_byte_index (Results 1 – 2 of 2) sorted by relevance
959 p_t2t->terminator_byte_index = terminator_tlv_byte_index - 1; in rw_t2t_read_ndef_last_block()962 p_t2t->terminator_byte_index = 0x00; in rw_t2t_read_ndef_last_block()985 block = p_t2t->terminator_byte_index / T2T_BLOCK_SIZE; in rw_t2t_read_terminator_tlv_block()1055 } else if (block == p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) { in rw_t2t_is_read_before_write_block()1333 if (p_t2t->terminator_byte_index / T2T_BLOCK_SIZE == block) { in rw_t2t_update_cb()1353 if (p_t2t->terminator_byte_index != 0) { in rw_t2t_update_cb()1471 p_t2t->terminator_tlv_block[p_t2t->terminator_byte_index % T2T_BLOCK_LEN] = in rw_t2t_add_terminator_tlv()1475 block = p_t2t->terminator_byte_index / T2T_BLOCK_LEN; in rw_t2t_add_terminator_tlv()1573 if ((p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) == in rw_t2t_handle_ndef_write_rsp()1580 } else if (p_t2t->terminator_byte_index != 0) { in rw_t2t_handle_ndef_write_rsp()[all …]
442 terminator_byte_index; /* The offset of the tag where terminator tlv may member