Searched refs:rw_t2t_read (Results 1 – 3 of 3) sorted by relevance
231 if (rw_t2t_read((uint16_t)T2T_FIRST_DATA_BLOCK) != NFC_STATUS_OK) { in rw_t2t_handle_cc_read_rsp()362 if (NFC_STATUS_OK != rw_t2t_read((uint16_t)block)) { in rw_t2t_handle_lock_read_rsp()373 rw_t2t_read((uint16_t)(lock_offset / T2T_BLOCK_LEN))) { in rw_t2t_handle_lock_read_rsp()740 if (rw_t2t_read((uint16_t)(p_t2t->work_offset / T2T_BLOCK_LEN) ) != NFC_STATUS_OK) in rw_t2t_handle_tlv_detect_rsp()822 status = rw_t2t_read((uint16_t)block); in rw_t2t_read_locks()981 status = rw_t2t_read(block); in rw_t2t_read_ndef_next_block()1533 if (rw_t2t_read((uint16_t)(p_t2t->block_read + T2T_READ_BLOCKS)) != in rw_t2t_handle_ndef_read_rsp()1628 if (rw_t2t_read(block) != NFC_STATUS_OK) failed = true; in rw_t2t_handle_ndef_write_rsp()1807 status = rw_t2t_read((uint16_t)(offset / T2T_BLOCK_LEN)); in rw_t2t_handle_config_tag_readonly()2680 status = rw_t2t_read(p_ret->version_block); in rw_t2t_format_tag()[all …]
706 tNFC_STATUS rw_t2t_read(uint16_t block) { in rw_t2t_read() function940 status = rw_t2t_read(block); in RW_T2tRead()
889 extern tNFC_STATUS rw_t2t_read(uint16_t block);