Home
last modified time | relevance | path

Searched refs:ps_rem_dev_info (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c280 phHal_sRemoteDevInformation_t *ps_rem_dev_info = NULL; in phLibNfc_Ndef_Read_Cb() local
314 ps_rem_dev_info = (phHal_sRemoteDevInformation_t *) in phLibNfc_Ndef_Read_Cb()
316 if ((phHal_eMifare_PICC == ps_rem_dev_info->RemDevType) && in phLibNfc_Ndef_Read_Cb()
317 (0x08 == (ps_rem_dev_info->RemoteDevInfo.Iso14443A_Info.Sak & 0x08))) in phLibNfc_Ndef_Read_Cb()
322 ps_rem_dev_info, in phLibNfc_Ndef_Read_Cb()
529 phHal_sRemoteDevInformation_t *ps_rem_dev_info = NULL; in phLibNfc_Ndef_Write_Cb() local
560 ps_rem_dev_info = (phHal_sRemoteDevInformation_t *) in phLibNfc_Ndef_Write_Cb()
562 if ((phHal_eMifare_PICC == ps_rem_dev_info->RemDevType) && in phLibNfc_Ndef_Write_Cb()
563 (0x08 == (ps_rem_dev_info->RemoteDevInfo.Iso14443A_Info.Sak & 0x08))) in phLibNfc_Ndef_Write_Cb()
569 ps_rem_dev_info, in phLibNfc_Ndef_Write_Cb()
[all …]
DphLibNfc_discovery.c219 phHal_sRemoteDevInformation_t *ps_rem_dev_info = NULL; in phLibNfc_RemoteDev_CheckPresence() local
258 ps_rem_dev_info = (phHal_sRemoteDevInformation_t *) in phLibNfc_RemoteDev_CheckPresence()
260 if((phHal_eMifare_PICC == ps_rem_dev_info->RemDevType) in phLibNfc_RemoteDev_CheckPresence()
261 &&(0 != ps_rem_dev_info->RemoteDevInfo.Iso14443A_Info.Sak) in phLibNfc_RemoteDev_CheckPresence()