Home
last modified time | relevance | path

Searched refs:send_cmd (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc865 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_cmd.pipe)) != nullptr) { in nfa_hci_api_send_cmd()
866 app_handle = nfa_hciu_get_pipe_owner(p_evt_data->send_cmd.pipe); in nfa_hci_api_send_cmd()
869 ((app_handle == p_evt_data->send_cmd.hci_handle || in nfa_hci_api_send_cmd()
877 nfa_hci_cb.pipe_in_use = p_evt_data->send_cmd.pipe; in nfa_hci_api_send_cmd()
879 p_evt_data->send_cmd.cmd_code, in nfa_hci_api_send_cmd()
880 p_evt_data->send_cmd.cmd_len, in nfa_hci_api_send_cmd()
881 p_evt_data->send_cmd.data); in nfa_hci_api_send_cmd()
895 p_evt_data->send_cmd.pipe); in nfa_hci_api_send_cmd()
902 p_evt_data->send_cmd.hci_handle); in nfa_hci_api_send_cmd()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h306 tNFA_HCI_API_SEND_CMD_EVT send_cmd; /* Send a event on a pipe to a host */ member