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
504
#ifndef
LLCP_DL_MIN_RX_CONGEST
505
#define
LLCP_DL_MIN_RX_CONGEST
4
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
178
** set rx congestion threshold
LLCP_DL_MIN_RX_CONGEST
at least
181
if (llcp_cb.dlcb[idx].local_rw + 1 >
LLCP_DL_MIN_RX_CONGEST
)
184
llcp_cb.dlcb[idx].rx_congest_threshold =
LLCP_DL_MIN_RX_CONGEST
;
188
llcp_cb.dlcb[idx].rx_congest_threshold =
LLCP_DL_MIN_RX_CONGEST
;
Completed in 435 milliseconds