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))
510 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
511 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
540 nfc_id = (((uint16_t)psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm[0])
542 psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm[1]
    [all...]
phLibNfc_initiator.c 155 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
158 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
169 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
172 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
186 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
189 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
202 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
205 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
218 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
221 (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 315 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo; /**< discovered Target details */
399 * \param[in] psRemoteDevInfo contains updated remote device details.For few tags
402 * \b psRemoteDevInfo gets updated.
414 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo,
    [all...]
phFriNfc_NdefMap.h 811 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
    [all...]

Completed in 76 milliseconds