HomeSort by relevance Sort by last modified time
    Searched defs:psRemoteDevInfo (Results 1 - 8 of 8) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 443 phHal_sRemoteDevInformation_t *psRemoteDevInfo = NULL;
452 psRemoteDevInfo = (phHal_sRemoteDevInformation_t *)
455 switch(psRemoteDevInfo->RemDevType)
459 Sak = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
487 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[0])
489 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength))
514 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
515 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
544 nfc_id = (((uint16_t)psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm[0])
546 psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm[1]
    [all...]
phLibNfc_initiator.c 151 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
154 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
165 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
168 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
182 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
185 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
198 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
201 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
214 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
217 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
    [all...]
phLibNfc_llcp.c 72 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
82 if (psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Target)
193 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
213 if (psRemoteDevInfo->RemDevType == phHal_eNfcIP1_Target)
248 psRemoteDevInfo,
phFriNfc_LlcpMac.h 168 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
212 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
phFriNfc_OvrHalCmd.h 133 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
143 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
152 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
phFriNfc_SmtCrdFmt.h 311 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
368 * \param[in] psRemoteDevInfo Points to the Remote Device Information structure encapsulating
391 phHal_sRemoteDevInformation_t *psRemoteDevInfo,
phLibNfc.h 312 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo; /**< discovered Target details */
396 * \param[in] psRemoteDevInfo contains updated remote device details.For few tags
399 * \b psRemoteDevInfo gets updated.
411 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo,
    [all...]
phFriNfc_NdefMap.h 811 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
    [all...]

Completed in 112 milliseconds