Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c956 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_rsp_timeout()
1065 if ( (nfa_hci_cb.rsp_buf_size) in nfa_hci_set_receive_buf()
1069 nfa_hci_cb.max_msg_len = nfa_hci_cb.rsp_buf_size; in nfa_hci_set_receive_buf()
Dnfa_hci_act.c1046 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len; in nfa_hci_api_send_event()
1066 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_api_send_event()
2199 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_handle_generic_gate_evt()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h405 …UINT16 rsp_buf_size; /* Maximum size of APDU buffer… member