Searched refs:nci_status (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 129 static void rw_t3t_handle_get_sc_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses,… 130 static void rw_t3t_handle_ndef_detect_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_respo… 131 static void rw_t3t_handle_fmt_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UI… 132 static void rw_t3t_handle_sro_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UI… 328 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U… in rw_t3t_handle_nci_poll_ntf() argument 340 evt_data.status = nci_status; in rw_t3t_handle_nci_poll_ntf() 348 …rw_t3t_handle_get_sc_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_bu… in rw_t3t_handle_nci_poll_ntf() 354 … rw_t3t_handle_fmt_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_buf); in rw_t3t_handle_nci_poll_ntf() 360 … rw_t3t_handle_sro_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_buf); in rw_t3t_handle_nci_poll_ntf() 366 …rw_t3t_handle_ndef_detect_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_r… in rw_t3t_handle_nci_poll_ntf() [all …]
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 628 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U…
|