Home
last modified time | relevance | path

Searched refs:NFC_STATUS_TIMEOUT (Results 1 – 11 of 11) sorted by relevance

/system/nfc/src/nfc/include/
Dllcp_api.h103 #define LLCP_LINK_RF_TIMEOUT NFC_STATUS_TIMEOUT
Dnfc_api.h72 #define NFC_STATUS_TIMEOUT NCI_STATUS_TIMEOUT macro
/system/nfc/src/nfa/rw/
Dnfa_rw_act.c106 if ((p_rw_data->status == NFC_STATUS_TIMEOUT) || in nfa_rw_send_data_to_upper()
279 if (p_rw_data->ndef.status == NFC_STATUS_TIMEOUT) { in nfa_rw_handle_ndef_detect()
556 if (p_rw_data->status == NFC_STATUS_TIMEOUT) { in nfa_rw_handle_t1t_evt()
/system/nfc/src/nfc/tags/
Drw_t3t.c493 rw_t3t_process_error(NFC_STATUS_TIMEOUT); in rw_t3t_process_timeout()
521 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, NFC_STATUS_TIMEOUT, 0, 0, NULL); in rw_t3t_process_timeout()
2288 rw_t3t_process_error(NFC_STATUS_TIMEOUT); in rw_t3t_conn_cback()
Drw_t1t.c639 evt_data.status = NFC_STATUS_TIMEOUT; in rw_t1t_process_error()
Drw_t2t.c537 evt_data.status = NFC_STATUS_TIMEOUT; in rw_t2t_process_error()
Dce_t4t.c528 ce_data.status = NFC_STATUS_TIMEOUT; in ce_t4t_process_timeout()
Drw_t4t.c1740 rw_t4t_handle_error(NFC_STATUS_TIMEOUT, 0, 0); in rw_t4t_process_timeout()
Drw_i93.c2767 rw_i93_handle_error(NFC_STATUS_TIMEOUT); in rw_i93_process_timeout()
/system/nfc/src/nfc/nfc/
Dnfc_main.c1377 case NFC_STATUS_TIMEOUT: in NFC_GetStatusName()
Dnfc_ncif.cc541 if (status == NFC_STATUS_TIMEOUT) in nfc_ncif_error_status()