Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t3t.cc379 evt_data.t3t_poll.status = nci_status; in rw_t3t_handle_nci_poll_ntf()
380 if (evt_data.t3t_poll.status == NCI_STATUS_OK) { in rw_t3t_handle_nci_poll_ntf()
381 evt_data.t3t_poll.rc = p_cb->cur_poll_rc; in rw_t3t_handle_nci_poll_ntf()
382 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf()
383 evt_data.t3t_poll.response_bufsize = sensf_res_buf_size; in rw_t3t_handle_nci_poll_ntf()
384 evt_data.t3t_poll.response_buf = p_sensf_res_buf; in rw_t3t_handle_nci_poll_ntf()
525 evt_data.t3t_poll.status = NFC_STATUS_FAILED; in rw_t3t_process_timeout()
/aosp12/system/nfc/src/nfc/include/
H A Drw_api.h263 tRW_T3T_POLL t3t_poll; /* Response to t3t poll command */ member