Searched defs:psRemoteDevInfo (Results 1 - 15 of 15) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.c51 LlcpMac->psRemoteDevInfo = NULL;
64 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
69 if (NULL == LlcpMac || NULL == psRemoteDevInfo)
76 LlcpMac->psRemoteDevInfo = psRemoteDevInfo;
78 if(LlcpMac->psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Initiator)
83 else if(LlcpMac->psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Target)
89 switch(LlcpMac->psRemoteDevInfo->RemDevType)
63 phFriNfc_LlcpMac_ChkLlcp(phFriNfc_LlcpMac_t *LlcpMac, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
H A DphFriNfc_SmtCrdFmt.c78 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
86 if ( (SendRecvBuffLen == NULL) || (NdefSmtCrdFmt == NULL) || (psRemoteDevInfo == NULL) ||
111 NdefSmtCrdFmt->psRemoteDevInfo = psRemoteDevInfo;
208 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
209 switch (NdefSmtCrdFmt->psRemoteDevInfo->RemDevType)
266 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
269 switch ( NdefSmtCrdFmt->psRemoteDevInfo->RemDevType )
272 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.CardInfo106.
276 switch ( NdefSmtCrdFmt->psRemoteDevInfo
76 phFriNfc_NdefSmtCrd_Reset(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *SendRecvBuffer, uint16_t *SendRecvBuffLen) argument
[all...]
H A DphLibNfc_discovery.c70 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
363 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
368 PHNFC_UNUSED_VARIABLE(psRemoteDevInfo);
361 phLibNfc_ChkPresence_Trcv_Cb( void *context, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phNfc_sData_t *response, NFCSTATUS status ) argument
H A DphHal4Nfc_ADD.c443 phHal_sRemoteDevInformation_t *psRemoteDevInfo = NULL; local
452 psRemoteDevInfo = (phHal_sRemoteDevInformation_t *)
455 switch(psRemoteDevInfo->RemDevType)
459 Sak = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
488 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[0])
490 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength))
508 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
509 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
538 nfc_id = (((uint16_t)psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm[0])
540 psRemoteDevInfo
[all...]
H A DphFriNfc_LlcpMac.h168 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_LlcpMac
212 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
H A DphFriNfc_NdefMap.c94 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
105 if ( (ReceiveLength == NULL) || (NdefMap == NULL) || (psRemoteDevInfo == NULL) ||
131 NdefMap->psRemoteDevInfo = psRemoteDevInfo;
728 (NdefMap->psRemoteDevInfo->SessionOpened != 0x01 ) )
744 sak = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
752 switch ( NdefMap->psRemoteDevInfo->RemDevType )
869 if ( NdefMap->psRemoteDevInfo->RemoteDevInfo.Jewel_Info.HeaderRom0
876 else if( NdefMap->psRemoteDevInfo->RemoteDevInfo.Jewel_Info.HeaderRom0
960 switch ( NdefMap->psRemoteDevInfo
92 phFriNfc_NdefMap_Reset( phFriNfc_NdefMap_t *NdefMap, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *TrxBuffer, uint16_t TrxBufferSize, uint8_t *ReceiveBuffer, uint16_t *ReceiveLength, uint16_t *DataCount) argument
[all...]
H A DphHal4Nfc_Reader.c65 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
72 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
84 || NULL == psRemoteDevInfo)
100 else if ((psRemoteDevInfo ==
103 &&((phHal_eNfcIP1_Target == psRemoteDevInfo->RemDevType)
104 ||(phHal_eJewel_PICC == psRemoteDevInfo->RemDevType)))
126 if(psRemoteDevInfo
145 (void *)&(psRemoteDevInfo->RemoteDevInfo),
182 else if(psRemoteDevInfo ==
188 psRemoteDevInfo
70 phHal4Nfc_Connect( phHal_sHwReference_t *psHwReference, phHal_sRemoteDevInformation_t *psRemoteDevInfo, pphHal4Nfc_ConnectCallback_t pNotifyConnectCb, void *pContext ) argument
348 phHal4Nfc_MifareTransceive( phHal_sTransceiveInfo_t *psTransceiveInfo, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal4Nfc_Hal4Ctxt_t *Hal4Ctxt ) argument
406 phHal4Nfc_Transceive( phHal_sHwReference_t *psHwReference, phHal_sTransceiveInfo_t *psTransceiveInfo, phHal_sRemoteDevInformation_t *psRemoteDevInfo, pphHal4Nfc_TransceiveCallback_t pTrcvCallback, void *pContext ) argument
780 phHal4Nfc_Disconnect( phHal_sHwReference_t *psHwReference, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_eReleaseType_t ReleaseType, pphHal4Nfc_DiscntCallback_t pDscntCallback, void *pContext ) argument
[all...]
H A DphLibNfc_initiator.c155 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
158 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
170 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
173 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
187 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
190 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
203 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
206 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
219 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
222 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
499 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo = NULL; local
589 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo; local
798 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo=NULL; local
[all...]
H A DphLibNfc_llcp.c72 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; local
82 if (psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Target)
193 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; local
213 if (psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Target)
248 psRemoteDevInfo,
H A DphLibNfc_ndef_raw.c180 gpphLibContext->psRemoteDevList->psRemoteDevInfo->SessionOpened = SESSION_OPEN;
435 gpphLibContext->psRemoteDevList->psRemoteDevInfo->SessionOpened
1140 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
1231 (uint32_t)psRemoteDevInfo,
1138 phLibNfc_Reconnect_Mifare_Cb( void *pContext, phHal_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) argument
H A DphFriNfc_Llcp.c1300 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
1305 if ( (Llcp == NULL) || (psRemoteDevInfo == NULL) || (pfCheck_CB == NULL) )
1320 return phFriNfc_LlcpMac_ChkLlcp(&Llcp->MAC, psRemoteDevInfo, phFriNfc_Llcp_ChkLlcp_CB, (void*)Llcp);
1299 phFriNfc_Llcp_ChkLlcp( phFriNfc_Llcp_t *Llcp, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phFriNfc_Llcp_Check_CB_t pfCheck_CB, void *pContext ) argument
H A DphFriNfc_OvrHalCmd.h133 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_OvrHalCmdCon
143 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_OvrHalCmdDis
152 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_OvrHalCmdTrx
H A DphFriNfc_SmtCrdFmt.h311 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_sNdefSmtCrdFmt
368 * \param[in] psRemoteDevInfo Points to the Remote Device Information structure encapsulating
391 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
H A DphLibNfc.h315 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo; /**< discovered Target details */ member in struct:phLibNfc_RemoteDev
399 * \param[in] psRemoteDevInfo contains updated remote device details.For few tags
402 * \b psRemoteDevInfo gets updated.
414 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo,
H A DphFriNfc_NdefMap.h822 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_NdefMap
980 * \param[in] psRemoteDevInfo Points to the Remote Device Information structure encapsulating
1016 phHal_sRemoteDevInformation_t *psRemoteDevInfo,

Completed in 128 milliseconds