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;
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->RemoteDevInfo.Felica_Info.IDm[1]
    [all...]
phLibNfc_initiator.c 155 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
158 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
170 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
173 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
187 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
190 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
203 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
206 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
219 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
222 (phLibNfc_Handle)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,
    [all...]
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 822 phHal_sRemoteDevInformation_t *psRemoteDevInfo;
    [all...]

Completed in 124 milliseconds