Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_defs.h87 #define NFA_HCI_ANY_E_NOK 0x03 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc824 if (p_pipe == nullptr) return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
829 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
842 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
939 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_send_delete_pipe_cmd()
1148 case NFA_HCI_ANY_E_NOK: in nfa_hciu_get_response_name()
Dnfa_hci_act.cc1235 response = NFA_HCI_ANY_E_NOK; in nfa_hci_handle_admin_gate_cmd()
1253 response = NFA_HCI_ANY_E_NOK; in nfa_hci_handle_admin_gate_cmd()
1722 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
1740 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
1831 response = NFA_HCI_ANY_E_NOK; in nfa_hci_handle_identity_mgmt_gate_pkt()