Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.c1154 rem_nfcipinfo->NfcIP_Info.MaxFrameLength = in phHciNfc_NfcIP_Info_Sequence()
1160 rem_nfcipinfo->NfcIP_Info.Nfcip_Active = in phHciNfc_NfcIP_Info_Sequence()
1171 rem_nfcipinfo->NfcIP_Info.Nfcip_Datarate = in phHciNfc_NfcIP_Info_Sequence()
1177 rem_nfcipinfo->NfcIP_Info.ATRInfo_Length = in phHciNfc_NfcIP_Info_Sequence()
1180 (void *)rem_nfcipinfo->NfcIP_Info.ATRInfo, in phHciNfc_NfcIP_Info_Sequence()
1182 rem_nfcipinfo->NfcIP_Info.ATRInfo_Length); in phHciNfc_NfcIP_Info_Sequence()
1185 rem_nfcipinfo->NfcIP_Info.NFCID_Length = in phHciNfc_NfcIP_Info_Sequence()
1188 (void *)rem_nfcipinfo->NfcIP_Info.NFCID, in phHciNfc_NfcIP_Info_Sequence()
1190 rem_nfcipinfo->NfcIP_Info.NFCID_Length); in phHciNfc_NfcIP_Info_Sequence()
1214 rem_nfcipinfo->NfcIP_Info.Nfcip_Datarate = in phHciNfc_NfcIP_Info_Sequence()
[all …]
DphHal4Nfc_P2P.c130 … if(Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength >= sTransferData.length) in phHal4Nfc_Send()
144 = Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Send()
148 += Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Send()
386 … > Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength) in phHal4Nfc_SendCompleteHandler()
397 = Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_SendCompleteHandler()
399 += Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_SendCompleteHandler()
401 -= Hal4Ctxt->rem_dev_list[0]->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_SendCompleteHandler()
DphFriNfc_LlcpMacNfcip.c96 … (NFCSTATUS)memcmp(Llcp_Magic_Number,LlcpMac->psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo,3); in phFriNfc_LlcpMac_Nfcip_Chk()
99 … LlcpMac->sConfigParam.buffer = &LlcpMac->psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo[3] ; in phFriNfc_LlcpMac_Nfcip_Chk()
100 …LlcpMac->sConfigParam.length = (LlcpMac->psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo_Length … in phFriNfc_LlcpMac_Nfcip_Chk()
DphHal4Nfc_Reader.c566 if(psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.MaxFrameLength in phHal4Nfc_Transceive()
585 … = psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Transceive()
588 … += psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Transceive()
591 += psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Transceive()
595 … -= psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.MaxFrameLength; in phHal4Nfc_Transceive()
DphHciNfc_RFReader.c1444 RemoteDevInfo.NfcIP_Info.NFCID; in phHciNfc_ReaderMgmt_Reactivate()
1446 RemoteDevInfo.NfcIP_Info.NFCID_Length; in phHciNfc_ReaderMgmt_Reactivate()
/external/libnfc-nxp/inc/
DphNfcTypes.h766 phNfc_sNfcIPInfo_t NfcIP_Info; member