Searched refs:nfa_hciu_send_msg (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Nfc/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.cc | 298 tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type, in nfa_hciu_send_msg() function 913 status = nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_create_pipe_cmd() 939 status = nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_delete_pipe_cmd() 964 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_clear_all_pipe_cmd() 984 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_OPEN_PIPE, in nfa_hciu_send_open_pipe_cmd() 1004 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_CLOSE_PIPE, in nfa_hciu_send_close_pipe_cmd() 1022 status = nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, in nfa_hciu_send_get_param_cmd() 1048 nfa_hciu_send_msg(pipe, NFA_HCI_COMMAND_TYPE, NFA_HCI_ANY_SET_PARAMETER, in nfa_hciu_send_set_param_cmd()
|
D | nfa_hci_act.cc | 875 status = nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, in nfa_hci_api_send_cmd() 926 status = nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, in nfa_hci_api_send_rsp() 982 status = nfa_hciu_send_msg( in nfa_hci_api_send_event() 1105 nfa_hciu_send_msg(NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, in nfa_hci_handle_link_mgm_gate_cmd() 1154 nfa_hciu_send_msg(NFA_HCI_LINK_MANAGEMENT_PIPE, NFA_HCI_RESPONSE_TYPE, in nfa_hci_handle_link_mgm_gate_cmd() 1186 nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, response, rsp_len, in nfa_hci_handle_pipe_open_close_cmd() 1217 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, in nfa_hci_handle_admin_gate_cmd() 1322 nfa_hciu_send_msg(NFA_HCI_ADMIN_PIPE, NFA_HCI_RESPONSE_TYPE, response, in nfa_hci_handle_admin_gate_cmd() 1740 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt() 1762 nfa_hciu_send_msg(pipe_id, NFA_HCI_RESPONSE_TYPE, NFA_HCI_ANY_E_NOK, 0, in nfa_hci_handle_dyn_pipe_pkt() [all …]
|
/packages/modules/Nfc/libnfc-nci/src/nfa/include/ |
D | nfa_hci_int.h | 521 extern tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type,
|