Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_util.cc161 llcp_cb.ll_tx_congest_end = 1; in llcp_util_adjust_ll_congestion()
163 llcp_cb.ll_tx_congest_end = 0; in llcp_util_adjust_ll_congestion()
170 llcp_cb.ll_tx_congest_end, llcp_cb.ll_rx_congest_start); in llcp_util_adjust_ll_congestion()
Dllcp_link.cc727 (p_app_cb->ui_xmit_q.count <= llcp_cb.ll_tx_congest_end)) { in llcp_link_check_uncongested()
/system/nfc/src/nfc/include/
Dllcp_int.h240 uint8_t ll_tx_congest_end; /* congest end threshold for each logical link */ member