OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nTxBufferLength
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_Llcp.h
314
uint16_t
nTxBufferLength
;
394
uint16_t
nTxBufferLength
,
phFriNfc_Llcp.c
553
if (Llcp->
nTxBufferLength
< (Llcp->sRemoteParams.miu + nMaxHeaderSize))
555
Llcp->sRemoteParams.miu = Llcp->
nTxBufferLength
- nMaxHeaderSize;
[
all
...]
Completed in 242 milliseconds