Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_defs.h69 #define T1T_STATIC_SIZE \ macro
Drw_int.h165 #define T1T_BUFFER_SIZE T1T_STATIC_SIZE
/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc204 end = T1T_STATIC_SIZE; in rw_t1t_extract_lock_bytes()
296 if (offset < T1T_STATIC_SIZE) { in rw_t1t_read_locks()
815 memcpy(p_t1t->mem, (uint8_t*)p_data, T1T_STATIC_SIZE); in rw_t1t_handle_rall_rsp()
856 uint8_t end_offset = T1T_STATIC_SIZE - (2 * T1T_BLOCK_SIZE); in rw_t1t_handle_tlv_detect_rsp()
857 uint8_t bytes_read = T1T_STATIC_SIZE; in rw_t1t_handle_tlv_detect_rsp()
1162 while (count < T1T_STATIC_SIZE && p_t1t->work_offset < p_t1t->ndef_msg_len) { in rw_t1t_handle_ndef_rall_rsp()
1638 if ((tag_size < T1T_STATIC_SIZE) || in rw_t1t_get_ndef_max_size()