Searched refs:first_block_to_write (Results 1 – 1 of 1) sorted by relevance
712 UINT16 first_block_to_write; in rw_t3t_send_next_ndef_update_cmd() local734 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()