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

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 83 llcp_cb.max_num_ll_rx_buff = (UINT8) ((llcp_cb.num_rx_buff * LLCP_LL_RX_BUFF_LIMIT) / 100);
85 LLCP_TRACE_DEBUG4 ("num_rx_buff = %d, rx_congest_start = %d, rx_congest_end = %d, max_num_ll_rx_buff = %d",
87 llcp_cb.overall_rx_congest_end, llcp_cb.max_num_ll_rx_buff);
llcp_util.c 121 llcp_cb.ll_rx_congest_start = llcp_cb.max_num_ll_rx_buff / llcp_cb.num_logical_data_link;
126 llcp_cb.ll_rx_congest_start = llcp_cb.max_num_ll_rx_buff;
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 258 UINT8 max_num_ll_rx_buff; /* max number of rx UI PDU in queue */ member in struct:__anon28164

Completed in 273 milliseconds