Home
last modified time | relevance | path

Searched refs:hRemoteDevice (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_llcp.c37 NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice);
70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice) in static_CheckDevice() argument
72 …bNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; in static_CheckDevice()
74 if (hRemoteDevice == NULL) in static_CheckDevice()
91 if(hRemoteDevice != gpphLibContext->Connected_handle) in static_CheckDevice()
186 NFCSTATUS phLibNfc_Llcp_CheckLlcp( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_CheckLlcp() argument
193 …bNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; in phLibNfc_Llcp_CheckLlcp()
203 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_CheckLlcp()
222 if(hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_Llcp_CheckLlcp()
363 NFCSTATUS phLibNfc_Llcp_Activate( phLibNfc_Handle hRemoteDevice ) in phLibNfc_Llcp_Activate() argument
[all …]
DphLibNfc.h681 phLibNfc_Handle hRemoteDevice,
1411 NFCSTATUS phLibNfc_RemoteDev_Connect(phLibNfc_Handle hRemoteDevice,
1477 phLibNfc_Handle hRemoteDevice,
1539 NFCSTATUS phLibNfc_RemoteDev_Transceive(phLibNfc_Handle hRemoteDevice,
1601 NFCSTATUS phLibNfc_RemoteDev_Disconnect( phLibNfc_Handle hRemoteDevice,
1692 NFCSTATUS phLibNfc_RemoteDev_CheckPresence( phLibNfc_Handle hRemoteDevice,
1748 NFCSTATUS phLibNfc_Ndef_CheckNdef(phLibNfc_Handle hRemoteDevice,
1821 NFCSTATUS phLibNfc_Ndef_Read(phLibNfc_Handle hRemoteDevice,
1900 NFCSTATUS phLibNfc_Ndef_Write (phLibNfc_Handle hRemoteDevice,
1974 NFCSTATUS phLibNfc_RemoteDev_FormatNdef(phLibNfc_Handle hRemoteDevice,
[all …]
DphLibNfc_initiator.c493 phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_ReConnect() argument
509 || (NULL == (void *)hRemoteDevice)) in phLibNfc_RemoteDev_ReConnect()
524 else if ((gpphLibContext->Discov_handle[0] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
525 && (gpphLibContext->Discov_handle[1] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
526 && (gpphLibContext->Discov_handle[2] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
527 && (gpphLibContext->Discov_handle[3] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
528 && (gpphLibContext->Discov_handle[4] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
529 && (gpphLibContext->Discov_handle[5] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
530 && (gpphLibContext->Discov_handle[6] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
531 && (gpphLibContext->Discov_handle[7] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
[all …]
DphLibNfc_target.c81 NFCSTATUS phLibNfc_RemoteDev_Receive(phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Receive() argument
99 || (0 == hRemoteDevice)) in phLibNfc_RemoteDev_Receive()
110 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType)) in phLibNfc_RemoteDev_Receive()
115 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice) in phLibNfc_RemoteDev_Receive()
230 phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Send() argument
253 || (0 == hRemoteDevice)) in phLibNfc_RemoteDev_Send()
264 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType)) in phLibNfc_RemoteDev_Send()
270 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice) in phLibNfc_RemoteDev_Send()
311 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType; in phLibNfc_RemoteDev_Send()
DphLibNfc_ndef_raw.c118 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()
[all …]