Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_cact.cc247 bool send_rsp = false; in mca_ccb_hdl_req() local
271 send_rsp = true; in mca_ccb_hdl_req()
365 send_rsp = true; in mca_ccb_hdl_req()
374 send_rsp) { in mca_ccb_hdl_req()
423 if (send_rsp) { in mca_ccb_hdl_req()
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc921 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_rsp.pipe)) != nullptr) { in nfa_hci_api_send_rsp()
922 app_handle = nfa_hciu_get_pipe_owner(p_evt_data->send_rsp.pipe); in nfa_hci_api_send_rsp()
925 ((app_handle == p_evt_data->send_rsp.hci_handle || in nfa_hci_api_send_rsp()
929 p_evt_data->send_rsp.response, in nfa_hci_api_send_rsp()
930 p_evt_data->send_rsp.size, in nfa_hci_api_send_rsp()
931 p_evt_data->send_rsp.data); in nfa_hci_api_send_rsp()
945 p_evt_data->send_rsp.pipe); in nfa_hci_api_send_rsp()
952 p_evt_data->send_rsp.hci_handle); in nfa_hci_api_send_rsp()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h308 send_rsp; /* Response to a command sent on a pipe to a host */ member