Searched refs:terminator_tlv_block (Results 1 – 2 of 2) sorted by relevance
1058 memcpy(p_t2t->ndef_read_block, p_t2t->terminator_tlv_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block()1335 memcpy(p_t2t->terminator_tlv_block, p_write_block, T2T_BLOCK_LEN); 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()1476 status = rw_t2t_write(block, p_t2t->terminator_tlv_block); in rw_t2t_add_terminator_tlv()1576 memcpy(p_t2t->terminator_tlv_block, p_t2t->ndef_last_block, in rw_t2t_handle_ndef_write_rsp()1596 memcpy(p_t2t->terminator_tlv_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()
434 uint8_t terminator_tlv_block[T2T_BLOCK_LEN]; /* Terminator TLV Block */ member