/external/libnfc-nxp/src/ |
H A D | phFriNfc_LlcpMac.c | 51 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 D | phFriNfc_SmtCrdFmt.c | 78 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 D | phLibNfc_discovery.c | 70 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 D | phHal4Nfc_ADD.c | 443 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 D | phFriNfc_LlcpMac.h | 168 phHal_sRemoteDevInformation_t *psRemoteDevInfo; member in struct:phFriNfc_LlcpMac 212 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
|
H A D | phFriNfc_NdefMap.c | 94 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 D | phHal4Nfc_Reader.c | 65 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 D | phLibNfc_initiator.c | 155 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 D | phLibNfc_llcp.c | 72 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 D | phLibNfc_ndef_raw.c | 180 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 D | phFriNfc_Llcp.c | 1300 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 D | phFriNfc_OvrHalCmd.h | 133 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 D | phFriNfc_SmtCrdFmt.h | 311 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 D | phLibNfc.h | 315 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 D | phFriNfc_NdefMap.h | 822 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,
|