Searched defs:RemoteDevInfo (Results 1 - 3 of 3) sorted by relevance
/external/libnfc-nxp/src/ |
H A D | phFriNfc_OvrHal.c | 71 phHal_sRemoteDevInformation_t *RemoteDevInfo, 87 if ((NULL == OvrHal) || (NULL == CompletionInfo) || (NULL == RemoteDevInfo) 89 || ((phHal_eJewel_PICC != RemoteDevInfo->RemDevType) && (0 == SendLength))) 102 if((phHal_eMifare_PICC == RemoteDevInfo->RemDevType) 103 || (phHal_eISO14443_3A_PICC == RemoteDevInfo->RemDevType)) 114 RemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength; 144 (void *)&RemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[uid_index], 173 &OvrHal->TranceiveInfo, RemoteDevInfo, 69 phFriNfc_OvrHal_Transceive(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, phHal_sRemoteDevInformation_t *RemoteDevInfo, phHal_uCmdList_t Cmd, phHal_sDepAdditionalInfo_t *DepAdditionalInfo, uint8_t *SendBuf, uint16_t SendLength, uint8_t *RecvBuf, uint16_t *RecvLength) argument 182 phFriNfc_OvrHal_Receive(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, phHal_sRemoteDevInformation_t *RemoteDevInfo, uint8_t *RecvBuf, uint16_t *RecvLength) argument 218 phFriNfc_OvrHal_Send(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, phHal_sRemoteDevInformation_t *RemoteDevInfo, uint8_t *SendBuf, uint16_t SendLength) argument 255 phFriNfc_OvrHal_Reconnect(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, phHal_sRemoteDevInformation_t *RemoteDevInfo) argument 282 phFriNfc_OvrHal_Connect(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, phHal_sRemoteDevInformation_t *RemoteDevInfo, phHal_sDevInputParam_t *DevInputParam) argument [all...] |
/external/libnfc-nci/halimpl/pn54x/common/ |
H A D | phNfcTypes.h | 271 phNfc_uRemoteDevInfo_t RemoteDevInfo; /* Union of available Remote Device */ member in struct:phNfc_sRemoteDevInformation
|
/external/libnfc-nxp/inc/ |
H A D | phNfcTypes.h | 876 phNfc_uRemoteDevInfo_t RemoteDevInfo; /**< Union of available Remote Device. member in struct:phNfc_sRemoteDevInformation_t
|
Completed in 105 milliseconds