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.cc804 if (p_pipe == NULL) return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
809 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
822 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_release_pipe()
919 return (NFA_HCI_ANY_E_NOK); in nfa_hciu_send_delete_pipe_cmd()
1128 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()
1698 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
1716 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
1807 response = NFA_HCI_ANY_E_NOK; in nfa_hci_handle_identity_mgmt_gate_pkt()