Home
last modified time | relevance | path

Searched refs:p_rsp_buf (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_api.c727 UINT8 *p_rsp_buf, in NFA_HciSendEvent() argument
753 if (rsp_size && (p_rsp_buf == NULL)) in NFA_HciSendEvent()
770 p_msg->p_rsp_buf = p_rsp_buf; in NFA_HciSendEvent()
Dnfa_hci_main.c957 nfa_hci_cb.p_rsp_buf = NULL; in nfa_hci_rsp_timeout()
1066 &&(nfa_hci_cb.p_rsp_buf != NULL) ) in nfa_hci_set_receive_buf()
1068 nfa_hci_cb.p_msg_data = nfa_hci_cb.p_rsp_buf; in nfa_hci_set_receive_buf()
Dnfa_hci_act.c1047 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt.p_rsp_buf; in nfa_hci_api_send_event()
1067 nfa_hci_cb.p_rsp_buf = NULL; in nfa_hci_api_send_event()
2200 nfa_hci_cb.p_rsp_buf = NULL; in nfa_hci_handle_generic_gate_evt()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h237 UINT8 *p_rsp_buf; member
406 …UINT8 *p_rsp_buf; /* Buffer to hold response to … member
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h545 UINT8 *p_rsp_buf,