Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c712 UINT16 first_block_to_write; in rw_t3t_send_next_ndef_update_cmd() local
734 first_block_to_write = (UINT16) ((p_cb->ndef_msg_bytes_sent >> 4) + 1); in rw_t3t_send_next_ndef_update_cmd()
737 if ((first_block_to_write + RW_T3T_MAX_NDEF_BLOCKS_PER_UPDATE_1_BYTE_FORMAT) < 0x100) in rw_t3t_send_next_ndef_update_cmd()
782 …for (block_id = first_block_to_write; block_id < (first_block_to_write + ndef_blocks_to_write); bl… in rw_t3t_send_next_ndef_update_cmd()