HomeSort by relevance Sort by last modified time
    Searched refs:overall_rx_congest_start (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 79 llcp_cb.overall_rx_congest_start = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_START) / 100);
86 llcp_cb.num_rx_buff, llcp_cb.overall_rx_congest_start,
llcp_util.c 240 if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu >= llcp_cb.overall_rx_congest_start)
244 llcp_cb.overall_rx_congest_start);
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 256 UINT8 overall_rx_congest_start; /* threshold of overall rx congestion start */ member in struct:__anon28164

Completed in 227 milliseconds