Searched refs:ndef_read_block (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 1017 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1021 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1025 memcpy(p_t2t->ndef_read_block, p_t2t->terminator_tlv_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1188 memcpy(write_block, p_t2t->ndef_read_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_next_block() 1585 memcpy(p_t2t->ndef_read_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp() 1640 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 | 428 uint8_t ndef_read_block[T2T_BLOCK_LEN]; /* Buffer to hold read before write member
|