Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t3t.cc139 static void rw_t3t_handle_get_sc_poll_rsp(tRW_T3T_CB* p_cb, uint8_t nci_status,
144 uint8_t nci_status,
146 static void rw_t3t_handle_fmt_poll_rsp(tRW_T3T_CB* p_cb, uint8_t nci_status,
148 static void rw_t3t_handle_sro_poll_rsp(tRW_T3T_CB* p_cb, uint8_t nci_status,
334 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument
346 evt_data.status = nci_status; in rw_t3t_handle_nci_poll_ntf()
352 rw_t3t_handle_get_sc_poll_rsp(p_cb, nci_status, num_responses, in rw_t3t_handle_nci_poll_ntf()
357 rw_t3t_handle_fmt_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
361 rw_t3t_handle_sro_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
365 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h799 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,