Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c183 llcp_cb.dlcb[idx].rx_congest_threshold = llcp_cb.dlcb[idx].local_rw + 1; in llcp_util_adjust_dl_rx_congestion()
185 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()
189 llcp_cb.dlcb[idx].rx_congest_threshold = LLCP_DL_MIN_RX_CONGEST; in llcp_util_adjust_dl_rx_congestion()
195 llcp_cb.dlcb[idx].rx_congest_threshold); in llcp_util_adjust_dl_rx_congestion()
Dllcp_dlc.c1044 &&(p_dlcb->num_rx_i_pdu >= p_dlcb->rx_congest_threshold) ) in llcp_dlc_proc_i_pdu()
1047 p_dlcb->num_rx_i_pdu, p_dlcb->rx_congest_threshold); in llcp_dlc_proc_i_pdu()
Dllcp_api.c1270 &&(p_dlcb->num_rx_i_pdu <= p_dlcb->rx_congest_threshold / 2) ) in LLCP_ReadDataLinkData()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h196 UINT8 rx_congest_threshold; /* dynamic congest threshold for rx I PDU */ member