Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c243 if (rw_t2t_read ((UINT16) T2T_FIRST_DATA_BLOCK) != NFC_STATUS_OK) in rw_t2t_handle_cc_read_rsp()
387 if (NFC_STATUS_OK != rw_t2t_read ((UINT16) block)) in rw_t2t_handle_lock_read_rsp()
399 if (NFC_STATUS_OK != rw_t2t_read ((UINT16) (lock_offset / T2T_BLOCK_LEN))) in rw_t2t_handle_lock_read_rsp()
770 …if (rw_t2t_read ((UINT16) ((p_t2t->work_offset / T2T_BLOCK_LEN) + T2T_FIRST_DATA_BLOCK)) != NFC_ST… in rw_t2t_handle_tlv_detect_rsp()
865 if ((status = rw_t2t_read ((UINT16) block)) == NFC_STATUS_OK) in rw_t2t_read_locks()
980 if ((status = rw_t2t_read (block))== NFC_STATUS_OK) in rw_t2t_read_ndef_last_block()
1029 status = rw_t2t_read (block); in rw_t2t_read_terminator_tlv_block()
1052 status = rw_t2t_read (block); in rw_t2t_read_ndef_next_block()
1610 if (rw_t2t_read ((UINT16) (p_t2t->block_read + T2T_READ_BLOCKS)) != NFC_STATUS_OK) in rw_t2t_handle_ndef_read_rsp()
1734 if (rw_t2t_read (block) != NFC_STATUS_OK) in rw_t2t_handle_ndef_write_rsp()
[all …]
Drw_t2t.c744 tNFC_STATUS rw_t2t_read (UINT16 block) in rw_t2t_read() function
989 if ((status = rw_t2t_read (block)) == NFC_STATUS_OK) in RW_T2tRead()
/external/libnfc-nci/src/nfc/int/
Drw_int.h620 extern tNFC_STATUS rw_t2t_read (UINT16 block);