Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1441 UINT8 rsp_num_bytes_rx; in rw_t3t_act_handle_check_ndef_rsp() local
1461rsp_num_bytes_rx = p_t3t_rsp[T3T_MSG_RSP_OFFSET_NUMBLOCKS] * 16; /* Number of bytes received, a… in rw_t3t_act_handle_check_ndef_rsp()
1468 if (rsp_num_bytes_rx > p_msg_rsp->len) in rw_t3t_act_handle_check_ndef_rsp()
1470 …: CHECK rsp header indicates %i bytes, but only received %i bytes", rsp_num_bytes_rx, p_msg_rsp->l… in rw_t3t_act_handle_check_ndef_rsp()
1479 rsp_num_bytes_rx -= (16 - (p_cb->ndef_attrib.ln & 0x000F)); in rw_t3t_act_handle_check_ndef_rsp()
1482 p_msg_rsp->len = rsp_num_bytes_rx; in rw_t3t_act_handle_check_ndef_rsp()