Searched refs:T1T_STATIC_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
H A Dtags_defs.h54 #define T1T_STATIC_SIZE T1T_STATIC_BLOCKS * T1T_BLOCK_SIZE /* Static Tag size */ macro
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c205 end = T1T_STATIC_SIZE;
314 if (offset < T1T_STATIC_SIZE)
868 memcpy (p_t1t->mem, (UINT8 *) p_data, T1T_STATIC_SIZE);
909 UINT8 end_offset = T1T_STATIC_SIZE - (2*T1T_BLOCK_SIZE);
910 UINT8 bytes_read = T1T_STATIC_SIZE;
1252 while (count < T1T_STATIC_SIZE && p_t1t->work_offset < p_t1t->ndef_msg_len)
1806 if ( (tag_size < T1T_STATIC_SIZE)
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h130 #define T1T_BUFFER_SIZE T1T_STATIC_SIZE /* Buffer 0-E block, for easier tlv operation */

Completed in 85 milliseconds