Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c52 …ta, UINT8 *p_length_field, UINT8 *p_index, BOOLEAN b_one_byte, UINT8 block, UINT8 lengthfield_len);
1668 …ata, UINT8 *p_length_field, UINT8 *p_index, BOOLEAN b_one_byte, UINT8 block, UINT8 lengthfield_len) in rw_t1t_prepare_ndef_bytes() argument
1683 &&(p_t1t->work_offset < lengthfield_len) ) in rw_t1t_prepare_ndef_bytes()
1693 if (p_t1t->work_offset == lengthfield_len) in rw_t1t_prepare_ndef_bytes()
1699 …ile (*p_index < T1T_BLOCK_SIZE && p_t1t->work_offset < (p_t1t->new_ndef_msg_len + lengthfield_len)) in rw_t1t_prepare_ndef_bytes()
1703 p_data[*p_index] = p_t1t->p_ndef_buffer[p_t1t->work_offset - lengthfield_len]; in rw_t1t_prepare_ndef_bytes()