Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc300 tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type, in nfa_hciu_send_msg() function
903 status = nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_create_pipe_cmd()
930 status = nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_delete_pipe_cmd()
956 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_clear_all_pipe_cmd()
976 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_OPEN_PIPE, in nfa_hciu_send_open_pipe_cmd()
996 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_CLOSE_PIPE, in nfa_hciu_send_close_pipe_cmd()
1014 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_get_param_cmd()
1040 nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_SET_PARAMETER, in nfa_hciu_send_set_param_cmd()
Dnfa_hci_act.cc878 status = nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, in nfa_hci_api_send_cmd()
928 status = nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, in nfa_hci_api_send_rsp()
983 status = nfa_hciu_send_msg( in nfa_hci_api_send_event()
1106 nfa_hciu_send_msg(NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, in nfa_hci_handle_link_mgm_gate_cmd()
1147 nfa_hciu_send_msg(NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, in nfa_hci_handle_link_mgm_gate_cmd()
1179 nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, response, rsp_len, in nfa_hci_handle_pipe_open_close_cmd()
1210 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, in nfa_hci_handle_admin_gate_cmd()
1303 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, in nfa_hci_handle_admin_gate_cmd()
1716 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
1734 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt()
[all …]
/system/nfc/src/nfa/include/
Dnfa_hci_int.h517 extern tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type,