Home
last modified time | relevance | path

Searched refs:rx_congest_threshold (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_util.cc196 llcp_cb.dlcb[idx].rx_congest_threshold = in llcp_util_adjust_dl_rx_congestion()
199 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()
201 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()
206 llcp_cb.dlcb[idx].local_rw, llcp_cb.dlcb[idx].rx_congest_threshold); in llcp_util_adjust_dl_rx_congestion()
Dllcp_dlc.cc1030 (p_dlcb->num_rx_i_pdu >= p_dlcb->rx_congest_threshold)) { in llcp_dlc_proc_i_pdu()
1034 p_dlcb->num_rx_i_pdu, p_dlcb->rx_congest_threshold); in llcp_dlc_proc_i_pdu()
Dllcp_api.cc1171 (p_dlcb->num_rx_i_pdu <= p_dlcb->rx_congest_threshold / 2)) { in LLCP_ReadDataLinkData()
/system/nfc/src/nfc/include/
Dllcp_int.h195 uint8_t rx_congest_threshold; /* dynamic congest threshold for rx I PDU */ member