Lines Matching refs:hRemoteDevice
37 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
375 if (hRemoteDevice == 0) in phLibNfc_Llcp_Activate()
381 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Activate()
393 NFCSTATUS phLibNfc_Llcp_Deactivate( phLibNfc_Handle hRemoteDevice ) in phLibNfc_Llcp_Deactivate() argument
405 if (hRemoteDevice == 0) in phLibNfc_Llcp_Deactivate()
411 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Deactivate()
423 NFCSTATUS phLibNfc_Llcp_GetLocalInfo( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_GetLocalInfo() argument
448 NFCSTATUS phLibNfc_Llcp_GetRemoteInfo( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_GetRemoteInfo() argument
462 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_GetRemoteInfo()
469 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_GetRemoteInfo()
481 NFCSTATUS phLibNfc_Llcp_DiscoverServices( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_DiscoverServices() argument
490 PHNFC_UNUSED_VARIABLE(hRemoteDevice); in phLibNfc_Llcp_DiscoverServices()
500 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_DiscoverServices()
510 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_DiscoverServices()
641 NFCSTATUS phLibNfc_Llcp_SocketGetRemoteOptions( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_SocketGetRemoteOptions() argument
659 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_SocketGetRemoteOptions()
667 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_SocketGetRemoteOptions()
782 NFCSTATUS phLibNfc_Llcp_Reject( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_Reject() argument
801 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_Reject()
809 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Reject()
823 NFCSTATUS phLibNfc_Llcp_Connect( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_Connect() argument
843 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_Connect()
852 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Connect()
867 NFCSTATUS phLibNfc_Llcp_ConnectByUri( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_ConnectByUri() argument
887 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_ConnectByUri()
897 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_ConnectByUri()
912 NFCSTATUS phLibNfc_Llcp_Disconnect( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_Disconnect() argument
931 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_Disconnect()
939 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Disconnect()
953 NFCSTATUS phLibNfc_Llcp_Recv( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_Recv() argument
973 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_Recv()
982 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Recv()
997 NFCSTATUS phLibNfc_Llcp_RecvFrom( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_RecvFrom() argument
1017 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_RecvFrom()
1026 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_RecvFrom()
1041 NFCSTATUS phLibNfc_Llcp_Send( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_Send() argument
1061 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_Send()
1070 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_Send()
1085 NFCSTATUS phLibNfc_Llcp_SendTo( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_SendTo() argument
1106 if ((hRemoteDevice == 0) || in phLibNfc_Llcp_SendTo()
1115 result = static_CheckDevice(hRemoteDevice); in phLibNfc_Llcp_SendTo()