Searched refs:terminator_tlv_block (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c1102 memcpy (p_t2t->ndef_read_block,p_t2t->terminator_tlv_block,T2T_BLOCK_SIZE);
1402 memcpy (p_t2t->terminator_tlv_block, p_write_block, T2T_BLOCK_LEN);
1551 p_t2t->terminator_tlv_block[p_t2t->terminator_byte_index%T2T_BLOCK_LEN] = TAG_TERMINATOR_TLV;
1555 status = rw_t2t_write (block, p_t2t->terminator_tlv_block);
1660 memcpy (p_t2t->terminator_tlv_block, p_t2t->ndef_last_block, T2T_BLOCK_LEN);
1681 memcpy (p_t2t->terminator_tlv_block, &p_data[offset], T2T_BLOCK_LEN);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h332 UINT8 terminator_tlv_block[T2T_BLOCK_LEN];/* Terminator TLV Block */ member in struct:__anon24370

Completed in 131 milliseconds