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

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 80 llcp_cb.overall_rx_congest_end = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_END) / 100);
87 llcp_cb.overall_rx_congest_end, llcp_cb.max_num_ll_rx_buff);
llcp_util.c 218 if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu <= llcp_cb.overall_rx_congest_end)
222 llcp_cb.overall_rx_congest_end);
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 257 UINT8 overall_rx_congest_end; /* threshold of overall rx congestion end */ member in struct:__anon28164

Completed in 159 milliseconds