Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc957 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_rsp_timeout()
1073 if ((nfa_hci_cb.rsp_buf_size) && (nfa_hci_cb.p_rsp_buf != nullptr)) { in nfa_hci_set_receive_buf()
1075 nfa_hci_cb.max_msg_len = nfa_hci_cb.rsp_buf_size; in nfa_hci_set_receive_buf()
Dnfa_hci_act.cc995 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len; in nfa_hci_api_send_event()
1012 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_api_send_event()
2149 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_handle_generic_gate_evt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h409 uint16_t rsp_buf_size; /* Maximum size of APDU buffer */ member