Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c915 UINT16 ndef_blocks_remaining, first_block_to_read, cur_blocks_to_read; in rw_t3t_send_next_ndef_check_cmd() local
932 first_block_to_read = (UINT16) ((p_cb->ndef_rx_offset >> 4) + 1); in rw_t3t_send_next_ndef_check_cmd()
974 …for (block_id = first_block_to_read; block_id < (first_block_to_read + cur_blocks_to_read); block_… in rw_t3t_send_next_ndef_check_cmd()