Searched refs:ndef_last_block (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 1054 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block() 1175 memcpy(write_block, p_t2t->ndef_last_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block() 1342 memcpy(p_t2t->ndef_last_block, p_write_block, T2T_BLOCK_SIZE); in rw_t2t_update_cb() 1349 memcpy(p_t2t->ndef_last_block, p_write_block, T2T_BLOCK_SIZE); in rw_t2t_update_cb() 1572 memcpy(p_t2t->ndef_last_block, &p_data[offset], T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp() 1576 memcpy(p_t2t->terminator_tlv_block, p_t2t->ndef_last_block, in rw_t2t_handle_ndef_write_rsp()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 432 uint8_t ndef_last_block[T2T_BLOCK_LEN]; /* Terminator TLV block after NDEF member
|