Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc971 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_evt.pipe)) != nullptr) { in nfa_hci_api_send_event()
972 app_handle = nfa_hciu_get_pipe_owner(p_evt_data->send_evt.pipe); in nfa_hci_api_send_event()
975 ((app_handle == p_evt_data->send_evt.hci_handle || in nfa_hci_api_send_event()
984 p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code, in nfa_hci_api_send_event()
985 p_evt_data->send_evt.evt_len, p_evt_data->send_evt.p_evt_buf); in nfa_hci_api_send_event()
993 if (p_evt_data->send_evt.rsp_len) { in nfa_hci_api_send_event()
994 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe; in nfa_hci_api_send_event()
995 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len; in nfa_hci_api_send_event()
996 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt.p_rsp_buf; in nfa_hci_api_send_event()
997 if (p_evt_data->send_evt.rsp_timeout) { in nfa_hci_api_send_event()
[all …]
/system/nfc/src/nfa/include/
Dnfa_hci_int.h309 tNFA_HCI_API_SEND_EVENT_EVT send_evt; /* Send a command on a pipe to a host */ member