Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c926 ndef_bytes_remaining = p_cb->ndef_attrib.ln - p_cb->ndef_rx_offset; in rw_t3t_send_next_ndef_check_cmd()
932 first_block_to_read = (UINT16) ((p_cb->ndef_rx_offset >> 4) + 1); in rw_t3t_send_next_ndef_check_cmd()
1522 p_cb->ndef_rx_offset += p_cb->ndef_rx_readlen; in rw_t3t_act_handle_check_ndef_rsp()
2698 p_cb->ndef_rx_offset = 0; in RW_T3tCheckNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h398 UINT32 ndef_rx_offset; /* Length of ndef message read so far */ member