Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c1017 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_evt.pipe)) != NULL) in nfa_hci_api_send_event()
1019 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_evt.pipe); in nfa_hci_api_send_event()
1022 …&&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GA… in nfa_hci_api_send_event()
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()
1033 … p_evt_data->send_evt.evt_len, p_evt_data->send_evt.p_evt_buf); in nfa_hci_api_send_event()
1043 if (p_evt_data->send_evt.rsp_len) in nfa_hci_api_send_event()
1045 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe; in nfa_hci_api_send_event()
1046 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len; in nfa_hci_api_send_event()
1047 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt.p_rsp_buf; in nfa_hci_api_send_event()
1048 if (p_evt_data->send_evt.rsp_timeout) in nfa_hci_api_send_event()
[all …]
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_act.c550 BOOLEAN send_evt=TRUE; in bta_hl_dch_close_cmpl() local
650 send_evt=FALSE; in bta_hl_dch_close_cmpl()
661 send_evt=FALSE; in bta_hl_dch_close_cmpl()
668 send_evt=FALSE; in bta_hl_dch_close_cmpl()
681 send_evt = TRUE; in bta_hl_dch_close_cmpl()
694 send_evt = TRUE; in bta_hl_dch_close_cmpl()
697 if (send_evt) in bta_hl_dch_close_cmpl()
709 if (send_evt) in bta_hl_dch_close_cmpl()
2375 BOOLEAN send_evt=TRUE; in bta_hl_cch_close_cmpl() local
2410 send_evt=FALSE; in bta_hl_cch_close_cmpl()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h307 …tNFA_HCI_API_SEND_EVENT_EVT send_evt; /* Send a command on a pipe to… member