Searched refs:ndef_read_block (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t_ndef.c | 1090 memcpy (p_t2t->ndef_read_block,p_t2t->ndef_first_block,T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1096 memcpy (p_t2t->ndef_read_block,p_t2t->ndef_last_block,T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1102 memcpy (p_t2t->ndef_read_block,p_t2t->terminator_tlv_block,T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1280 memcpy (write_block, p_t2t->ndef_read_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_next_block() 1692 memcpy (p_t2t->ndef_read_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp() 1748 memcpy (p_t2t->ndef_read_block, p_data, T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 330 …UINT8 ndef_read_block[T2T_BLOCK_LEN]; /* Buffer to hold read before write block … member
|