Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Drw_api.h168 …UINT8 *response_buf; /* Buffer of responses (length + SENSF_RES) see $8.1.2.2 of NC… member
/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal.c2709 static uint8_t response_buf[][30] = {"STATUS_OK", in phNxpNciHal_print_res_status() local
2727 NXPLOG_NCIHAL_D("%s: response status =%s",__FUNCTION__,response_buf[status_byte]); in phNxpNciHal_print_res_status()
2731 NXPLOG_NCIHAL_D("%s: response status =%s",__FUNCTION__,response_buf[11]); in phNxpNciHal_print_res_status()
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c376 evt_data.t3t_poll.response_buf = p_sensf_res_buf; in rw_t3t_handle_nci_poll_ntf()