Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c371 if ((evt_data.t3t_poll.status = nci_status) == NCI_STATUS_OK) in rw_t3t_handle_nci_poll_ntf()
373 evt_data.t3t_poll.rc = p_cb->cur_poll_rc; in rw_t3t_handle_nci_poll_ntf()
374 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf()
375 evt_data.t3t_poll.response_bufsize = sensf_res_buf_size; in rw_t3t_handle_nci_poll_ntf()
376 evt_data.t3t_poll.response_buf = p_sensf_res_buf; in rw_t3t_handle_nci_poll_ntf()
539 evt_data.t3t_poll.status = NFC_STATUS_FAILED; in rw_t3t_process_timeout()
/external/libnfc-nci/src/nfc/include/
Drw_api.h248 tRW_T3T_POLL t3t_poll; /* Response to t3t poll command */ member