Searched refs:ndef_read_block (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 1050 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1054 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1058 memcpy(p_t2t->ndef_read_block, p_t2t->terminator_tlv_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1221 memcpy(write_block, p_t2t->ndef_read_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_next_block() 1608 memcpy(p_t2t->ndef_read_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp() 1663 memcpy(p_t2t->ndef_read_block, p_data, T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 430 uint8_t ndef_read_block[T2T_BLOCK_LEN]; /* Buffer to hold read before write member
|