Home
last modified time | relevance | path

Searched refs:sLlcpContext (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_llcp.c161 result = phFriNfc_Llcp_Reset( &gpphLibContext->llcp_cntx.sLlcpContext, in phLibNfc_Mgt_SetLlcp_ConfigParams()
177 &gpphLibContext->llcp_cntx.sLlcpContext ); in phLibNfc_Mgt_SetLlcp_ConfigParams()
233 gpphLibContext->llcp_cntx.sLlcpContext.state = 0; in phLibNfc_Llcp_CheckLlcp()
247 result = phFriNfc_Llcp_ChkLlcp( &gpphLibContext->llcp_cntx.sLlcpContext, in phLibNfc_Llcp_CheckLlcp()
388 result = phFriNfc_Llcp_Activate(&gpphLibContext->llcp_cntx.sLlcpContext); in phLibNfc_Llcp_Activate()
418 result = phFriNfc_Llcp_Deactivate(&gpphLibContext->llcp_cntx.sLlcpContext); in phLibNfc_Llcp_Deactivate()
443 result = phFriNfc_Llcp_GetLocalInfo(&gpphLibContext->llcp_cntx.sLlcpContext, pConfigInfo); in phLibNfc_Llcp_GetLocalInfo()
476 result = phFriNfc_Llcp_GetRemoteInfo(&gpphLibContext->llcp_cntx.sLlcpContext, pConfigInfo); in phLibNfc_Llcp_GetRemoteInfo()
DphLibNfc_target.c120 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_RemoteDev_Receive()
121 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_RemoteDev_Receive()
279 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_RemoteDev_Send()
280 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_RemoteDev_Send()
DphLibNfc_discovery.c257 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_RemoteDev_CheckPresence()
258 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_RemoteDev_CheckPresence()
DphLibNfc_ndef_raw.c172 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_Ndef_Read()
173 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_Ndef_Read()
423 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_Ndef_Write()
424 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_Ndef_Write()
781 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_Ndef_CheckNdef()
782 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_Ndef_CheckNdef()
1293 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_RemoteDev_FormatNdef()
1294 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_RemoteDev_FormatNdef()
DphLibNfc_Internal.h196 phFriNfc_Llcp_t sLlcpContext; member
DphLibNfc_initiator.c1008 else if ((LLCP_STATE_RESET_INIT != gpphLibContext->llcp_cntx.sLlcpContext.state) in phLibNfc_RemoteDev_Transceive()
1009 && (LLCP_STATE_CHECKED != gpphLibContext->llcp_cntx.sLlcpContext.state)) in phLibNfc_RemoteDev_Transceive()