Searched refs:ndef_last_block (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t_ndef.c | 1096 memcpy (p_t2t->ndef_read_block,p_t2t->ndef_last_block,T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1234 memcpy (write_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block() 1411 memcpy (p_t2t->ndef_last_block,p_write_block,T2T_BLOCK_SIZE); in rw_t2t_update_cb() 1423 memcpy (p_t2t->ndef_last_block,p_write_block,T2T_BLOCK_SIZE); in rw_t2t_update_cb() 1656 memcpy (p_t2t->ndef_last_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp() 1660 memcpy (p_t2t->terminator_tlv_block, p_t2t->ndef_last_block, T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 331 …UINT8 ndef_last_block[T2T_BLOCK_LEN]; /* Terminator TLV block after NDEF Write o… member
|