OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PH_LLCNFC_MIN_BUFLEN_RECVD
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Frame.h
58
#define
PH_LLCNFC_MIN_BUFLEN_RECVD
(1)
phLlcNfc_Interface.c
683
if ((
PH_LLCNFC_MIN_BUFLEN_RECVD
== pCompInfo->length) &&
684
(((
PH_LLCNFC_MIN_BUFLEN_RECVD
+ 1) < *(pCompInfo->buffer)) &&
726
PH_LLCNFC_MIN_BUFLEN_RECVD
);
728
else if (((
PH_LLCNFC_MIN_BUFLEN_RECVD
+ 1) < pCompInfo->length) &&
[
all
...]
Completed in 140 milliseconds