Searched defs:hRemoteDevice (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_target.c81 NFCSTATUS phLibNfc_RemoteDev_Receive(phLibNfc_Handle hRemoteDevice, argument
99 || (0 == hRemoteDevice))
110 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType))
115 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice)
230 phLibNfc_Handle hRemoteDevice,
253 || (0 == hRemoteDevice))
264 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType))
270 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice)
311 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType;
229 phLibNfc_RemoteDev_Send( phLibNfc_Handle hRemoteDevice, phNfc_sData_t * pTransferData, pphLibNfc_RspCb_t pSendRspCb, void *pContext ) argument
H A DphLibNfc_initiator.c488 phLibNfc_Handle hRemoteDevice,
504 || (NULL == (void *)hRemoteDevice))
519 else if ((gpphLibContext->Discov_handle[0] != hRemoteDevice)
520 && (gpphLibContext->Discov_handle[1] != hRemoteDevice)
521 && (gpphLibContext->Discov_handle[2] != hRemoteDevice)
522 && (gpphLibContext->Discov_handle[3] != hRemoteDevice)
523 && (gpphLibContext->Discov_handle[4] != hRemoteDevice)
524 && (gpphLibContext->Discov_handle[5] != hRemoteDevice)
525 && (gpphLibContext->Discov_handle[6] != hRemoteDevice)
526 && (gpphLibContext->Discov_handle[7] != hRemoteDevice)
487 phLibNfc_RemoteDev_ReConnect( phLibNfc_Handle hRemoteDevice, pphLibNfc_ConnectCallback_t pNotifyReConnect_RspCb, void *pContext) argument
573 phLibNfc_RemoteDev_Connect( phLibNfc_Handle hRemoteDevice, pphLibNfc_ConnectCallback_t pNotifyConnect_RspCb, void *pContext ) argument
781 phLibNfc_RemoteDev_Disconnect( phLibNfc_Handle hRemoteDevice, phLibNfc_eReleaseType_t ReleaseType, pphLibNfc_DisconnectCallback_t pDscntCallback, void* pContext ) argument
947 phLibNfc_RemoteDev_Transceive(phLibNfc_Handle hRemoteDevice, phLibNfc_sTransceiveInfo_t* psTransceiveInfo, pphLibNfc_TransceiveCallback_t pTransceive_RspCb, void* pContext ) argument
[all...]
H A DphLibNfc_llcp.c37 NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice);
70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice) argument
72 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
74 if (hRemoteDevice == NULL)
91 if(hRemoteDevice != gpphLibContext->Connected_handle)
186 NFCSTATUS phLibNfc_Llcp_CheckLlcp( phLibNfc_Handle hRemoteDevice, argument
193 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
203 if ((hRemoteDevice == 0) ||
222 if(hRemoteDevice != gpphLibContext->Connected_handle)
363 NFCSTATUS phLibNfc_Llcp_Activate( phLibNfc_Handle hRemoteDevice )
423 phLibNfc_Llcp_GetLocalInfo( phLibNfc_Handle hRemoteDevice, phLibNfc_Llcp_sLinkParameters_t* pConfigInfo ) argument
448 phLibNfc_Llcp_GetRemoteInfo( phLibNfc_Handle hRemoteDevice, phLibNfc_Llcp_sLinkParameters_t* pConfigInfo ) argument
574 phLibNfc_Llcp_SocketGetRemoteOptions( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phLibNfc_Llcp_sSocketOptions_t* psRemoteOptions ) argument
716 phLibNfc_Llcp_Reject( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, pphLibNfc_LlcpSocketRejectCb_t pReject_RspCb, void* pContext ) argument
757 phLibNfc_Llcp_Connect( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, uint8_t nSap, pphLibNfc_LlcpSocketConnectCb_t pConnect_RspCb, void* pContext ) argument
801 phLibNfc_Llcp_ConnectByUri( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phNfc_sData_t* psUri, pphLibNfc_LlcpSocketConnectCb_t pConnect_RspCb, void* pContext ) argument
846 phLibNfc_Llcp_Disconnect( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, pphLibNfc_LlcpSocketDisconnectCb_t pDisconnect_RspCb, void* pContext ) argument
887 phLibNfc_Llcp_Recv( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketRecvCb_t pRecv_RspCb, void* pContext ) argument
931 phLibNfc_Llcp_RecvFrom( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketRecvFromCb_t pRecv_Cb, void* pContext ) argument
975 phLibNfc_Llcp_Send( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, void* pContext ) argument
1019 phLibNfc_Llcp_SendTo( phLibNfc_Handle hRemoteDevice, phLibNfc_Handle hSocket, uint8_t nSap, phNfc_sData_t* psBuffer, pphLibNfc_LlcpSocketSendCb_t pSend_RspCb, void* pContext ) argument
[all...]
H A DphLibNfc_ndef_raw.c117 NFCSTATUS phLibNfc_Ndef_Read( phLibNfc_Handle hRemoteDevice, argument
134 || (0 == hRemoteDevice))
146 else if(hRemoteDevice != gpphLibContext->Connected_handle)
180 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType ==
182 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&&
369 phLibNfc_Handle hRemoteDevice,
387 || (0 ==hRemoteDevice))
400 else if(hRemoteDevice != gpphLibContext->Connected_handle)
434 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType ==
436 hRemoteDevice)
368 phLibNfc_Ndef_Write( phLibNfc_Handle hRemoteDevice, phNfc_sData_t *psWr, pphLibNfc_RspCb_t pNdefWrite_RspCb, void* pContext ) argument
745 phLibNfc_Ndef_CheckNdef(phLibNfc_Handle hRemoteDevice, pphLibNfc_ChkNdefRspCb_t pCheckNdef_RspCb, void* pContext) argument
1244 phLibNfc_RemoteDev_FormatNdef(phLibNfc_Handle hRemoteDevice, phNfc_sData_t* pScrtKey, pphLibNfc_RspCb_t pNdefformat_RspCb, void* pContext ) argument
1345 phLibNfc_ConvertToReadOnlyNdef( phLibNfc_Handle hRemoteDevice, pphLibNfc_RspCb_t pNdefReadOnly_RspCb, void* pContext ) argument
1857 phLibNfc_Ndef_SearchNdefContent( phLibNfc_Handle hRemoteDevice, phLibNfc_Ndef_SrchType_t* psSrchTypeList, uint8_t uNoSrchRecords, pphLibNfc_Ndef_Search_RspCb_t pNdefNtfRspCb, void * pContext ) argument
[all...]

Completed in 535 milliseconds