OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLCP_DL_MIN_RX_CONGEST
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/include/
nfc_target.h
493
#ifndef
LLCP_DL_MIN_RX_CONGEST
494
#define
LLCP_DL_MIN_RX_CONGEST
4
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
179
** set rx congestion threshold
LLCP_DL_MIN_RX_CONGEST
at least
182
if (llcp_cb.dlcb[idx].local_rw + 1 >
LLCP_DL_MIN_RX_CONGEST
)
185
llcp_cb.dlcb[idx].rx_congest_threshold =
LLCP_DL_MIN_RX_CONGEST
;
189
llcp_cb.dlcb[idx].rx_congest_threshold =
LLCP_DL_MIN_RX_CONGEST
;
Completed in 718 milliseconds