Searched refs:rsp_buf_size (Results 1 – 3 of 3) sorted by relevance
957 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()
995 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()
409 uint16_t rsp_buf_size; /* Maximum size of APDU buffer */ member