Lines Matching refs:hRemoteDevice
118 NFCSTATUS phLibNfc_Ndef_Read( phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_Read() argument
136 || (0 == hRemoteDevice)) in phLibNfc_Ndef_Read()
148 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_Read()
182 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType == in phLibNfc_Ndef_Read()
184 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&& in phLibNfc_Ndef_Read()
372 phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_Write() argument
390 || (0 ==hRemoteDevice)) in phLibNfc_Ndef_Write()
403 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_Write()
437 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType == in phLibNfc_Ndef_Write()
439 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&& in phLibNfc_Ndef_Write()
748 NFCSTATUS phLibNfc_Ndef_CheckNdef(phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_CheckNdef() argument
763 (hRemoteDevice == 0)) in phLibNfc_Ndef_CheckNdef()
776 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_CheckNdef()
798 (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice, in phLibNfc_Ndef_CheckNdef()
1247 NFCSTATUS phLibNfc_RemoteDev_FormatNdef(phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_FormatNdef() argument
1267 ||(0 == hRemoteDevice)) in phLibNfc_RemoteDev_FormatNdef()
1280 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_RemoteDev_FormatNdef()
1309 (phHal_sRemoteDevInformation_t*)hRemoteDevice, in phLibNfc_RemoteDev_FormatNdef()
1349 phLibNfc_Handle hRemoteDevice, in phLibNfc_ConvertToReadOnlyNdef() argument
1368 || (0 == hRemoteDevice)) in phLibNfc_ConvertToReadOnlyNdef()
1381 else if (hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_ConvertToReadOnlyNdef()
1400 (phHal_sRemoteDevInformation_t *)hRemoteDevice; in phLibNfc_ConvertToReadOnlyNdef()
1442 (phHal_sRemoteDevInformation_t*)hRemoteDevice, in phLibNfc_ConvertToReadOnlyNdef()
1474 (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice, in phLibNfc_ConvertToReadOnlyNdef()
1878 phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_SearchNdefContent() argument
1905 (0 == hRemoteDevice)) in phLibNfc_Ndef_SearchNdefContent()
1917 else if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Ndef_SearchNdefContent()