Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Drw_t3t.cc926 if (p_cb->ndef_attrib.ln < p_cb->ndef_rx_offset) { in rw_t3t_send_next_ndef_check_cmd()
932 ndef_bytes_remaining = p_cb->ndef_attrib.ln - p_cb->ndef_rx_offset; in rw_t3t_send_next_ndef_check_cmd()
940 first_block_to_read = (uint16_t)((p_cb->ndef_rx_offset >> 4) + 1); in rw_t3t_send_next_ndef_check_cmd()
1581 p_cb->ndef_rx_offset += p_cb->ndef_rx_readlen; in rw_t3t_act_handle_check_ndef_rsp()
2649 p_cb->ndef_rx_offset = 0; in RW_T3tCheckNDef()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Drw_int.h519 uint32_t ndef_rx_offset; /* Length of ndef message read so far */ member