Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c768 UINT16 ndef_blocks_to_write, ndef_blocks_remaining; in rw_t3t_send_next_ndef_update_cmd() local
811 ndef_blocks_to_write = ndef_blocks_remaining; in rw_t3t_send_next_ndef_update_cmd()
816 ndef_blocks_to_write = blocks_per_update; in rw_t3t_send_next_ndef_update_cmd()
834 UINT8_TO_STREAM (p, ndef_blocks_to_write); /* Number of blocks to write in this command */ in rw_t3t_send_next_ndef_update_cmd()
835 timeout = rw_t3t_update_timeout(ndef_blocks_to_write); in rw_t3t_send_next_ndef_update_cmd()
837 …ock_id = first_block_to_write; block_id < (first_block_to_write + ndef_blocks_to_write); block_id+… in rw_t3t_send_next_ndef_update_cmd()
857 if (ndef_blocks_to_write == ndef_blocks_remaining) in rw_t3t_send_next_ndef_update_cmd()
863ndef_blocks_to_write--; /* handle the last block separately if it needs padding */ in rw_t3t_send_next_ndef_update_cmd()
871 ARRAY_TO_STREAM (p, p_cur_ndef_src_offset, (ndef_blocks_to_write * 16)); in rw_t3t_send_next_ndef_update_cmd()
872 p_cb->ndef_msg_bytes_sent += ((UINT32) ndef_blocks_to_write * 16); in rw_t3t_send_next_ndef_update_cmd()