Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_main.cc973 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_rsp_timeout()
1089 if ((nfa_hci_cb.rsp_buf_size) && (nfa_hci_cb.p_rsp_buf != nullptr)) { in nfa_hci_set_receive_buf()
1091 nfa_hci_cb.max_msg_len = nfa_hci_cb.rsp_buf_size; in nfa_hci_set_receive_buf()
H A 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()
2155 nfa_hci_cb.rsp_buf_size = 0; in nfa_hci_handle_generic_gate_evt()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h410 uint16_t rsp_buf_size; /* Maximum size of APDU buffer */ member