Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c316 tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 msg_len, UINT8 … in nfa_hciu_send_msg() function
945 …status = nfa_hciu_send_msg (NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_CREATE_PIPE, 3, … in nfa_hciu_send_create_pipe_cmd()
972 …status = nfa_hciu_send_msg (NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_DELETE_PIPE, 1, … in nfa_hciu_send_delete_pipe_cmd()
997 …status = nfa_hciu_send_msg (NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, NFA_HCI_ADM_CLEAR_ALL_PIPE, … in nfa_hciu_send_clear_all_pipe_cmd()
1017 status = nfa_hciu_send_msg (pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_OPEN_PIPE, 0, NULL); in nfa_hciu_send_open_pipe_cmd()
1037 status = nfa_hciu_send_msg (pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_CLOSE_PIPE, 0, NULL); in nfa_hciu_send_close_pipe_cmd()
1055 …if ((status = nfa_hciu_send_msg (pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_GET_PARAMETER, 1, &index)… in nfa_hciu_send_get_param_cmd()
1079 …if ((status = nfa_hciu_send_msg (pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_SET_PARAMETER, (UINT16) (… in nfa_hciu_send_set_param_cmd()
Dnfa_hci_act.c922 …if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_c… in nfa_hci_api_send_cmd()
974 …if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, p_evt_data->send_rsp.resp… in nfa_hci_api_send_rsp()
1032 … status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code, in nfa_hci_api_send_event()
1159nfa_hciu_send_msg (NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_PIPE_NOT_OPE… in nfa_hci_handle_link_mgm_gate_cmd()
1203nfa_hciu_send_msg (NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, response, rsp_len, data); in nfa_hci_handle_link_mgm_gate_cmd()
1240 nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, response, rsp_len, data); in nfa_hci_handle_pipe_open_close_cmd()
1272 nfa_hciu_send_msg (NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, rsp_len, &data); in nfa_hci_handle_admin_gate_cmd()
1360 nfa_hciu_send_msg (NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, rsp_len, &data); in nfa_hci_handle_admin_gate_cmd()
1750 nfa_hciu_send_msg (pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, NULL); in nfa_hci_handle_dyn_pipe_pkt()
1773 nfa_hciu_send_msg (pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, NULL); in nfa_hci_handle_dyn_pipe_pkt()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h502 extern tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len,…