Searched refs:rw_t4t_read_file (Results 1 – 1 of 1) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t4t.c | 67 static BOOLEAN rw_t4t_read_file (UINT16 offset, UINT16 length, BOOLEAN is_continue); 170 static BOOLEAN rw_t4t_read_file (UINT16 offset, UINT16 length, BOOLEAN is_continue) in rw_t4t_read_file() function 661 if (!rw_t4t_read_file (0x00, T4T_CC_FILE_MIN_LEN, FALSE)) in rw_t4t_sm_detect_ndef() 730 if (!rw_t4t_read_file (0, T4T_FILE_LENGTH_SIZE, FALSE)) in rw_t4t_sm_detect_ndef() 895 if (!rw_t4t_read_file (p_t4t->rw_offset, p_t4t->rw_length, TRUE)) in rw_t4t_sm_read_ndef() 1367 if (!rw_t4t_read_file (T4T_FILE_LENGTH_SIZE, rw_cb.tcb.t4t.ndef_length, FALSE)) in RW_T4tReadNDef() 1495 if (rw_t4t_read_file (0, 1, FALSE)) in RW_T4tPresenceCheck()
|