OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHFRINFC_LLCP_ERR_DISCONNECTED
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/inc/
phNfcLlcpTypes.h
70
#define
PHFRINFC_LLCP_ERR_DISCONNECTED
0x00
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c
226
pSocket->pSocketErrCb(pSocket->pContext,
PHFRINFC_LLCP_ERR_DISCONNECTED
);
793
psTransport->pSocketTable[index].pSocketErrCb(psTransport->pSocketTable[index].pContext,
PHFRINFC_LLCP_ERR_DISCONNECTED
);
[
all
...]
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp
879
else if(nErrCode ==
PHFRINFC_LLCP_ERR_DISCONNECTED
)
[
all
...]
Completed in 147 milliseconds