Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/include/
Dnfa_hci_defs.h92 #define NFA_HCI_ANY_E_CMD_NOT_SUPPORTED 0x07 macro
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c1199 response = NFA_HCI_ANY_E_CMD_NOT_SUPPORTED; in nfa_hci_handle_link_mgm_gate_cmd()
1356 response = NFA_HCI_ANY_E_CMD_NOT_SUPPORTED; in nfa_hci_handle_admin_gate_cmd()
1888 response = NFA_HCI_ANY_E_CMD_NOT_SUPPORTED; in nfa_hci_handle_identity_mgmt_gate_pkt()
2067 …nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_CMD_NOT_SUPPORTED, 0, NUL… in nfa_hci_handle_connectivity_gate_pkt()
2071 …nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_CMD_NOT_SUPPORTED, 0, NUL… in nfa_hci_handle_connectivity_gate_pkt()
2135 response = NFA_HCI_ANY_E_CMD_NOT_SUPPORTED; in nfa_hci_handle_loopback_gate_pkt()
Dnfa_hci_utils.c1192 case NFA_HCI_ANY_E_CMD_NOT_SUPPORTED: in nfa_hciu_get_response_name()