Home | History | Annotate | Download | only in src

Lines Matching refs:hRemoteDevice

37 NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice);
70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice)
72 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
74 if (hRemoteDevice == NULL)
91 if(hRemoteDevice != gpphLibContext->Connected_handle)
186 NFCSTATUS phLibNfc_Llcp_CheckLlcp( phLibNfc_Handle hRemoteDevice,
193 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
203 if ((hRemoteDevice == 0) ||
222 if(hRemoteDevice != gpphLibContext->Connected_handle)
363 NFCSTATUS phLibNfc_Llcp_Activate( phLibNfc_Handle hRemoteDevice )
375 if (hRemoteDevice == 0)
381 result = static_CheckDevice(hRemoteDevice);
393 NFCSTATUS phLibNfc_Llcp_Deactivate( phLibNfc_Handle hRemoteDevice )
405 if (hRemoteDevice == 0)
411 result = static_CheckDevice(hRemoteDevice);
423 NFCSTATUS phLibNfc_Llcp_GetLocalInfo( phLibNfc_Handle hRemoteDevice,
448 NFCSTATUS phLibNfc_Llcp_GetRemoteInfo( phLibNfc_Handle hRemoteDevice,
462 if ((hRemoteDevice == 0) ||
469 result = static_CheckDevice(hRemoteDevice);
481 NFCSTATUS phLibNfc_Llcp_DiscoverServices( phLibNfc_Handle hRemoteDevice,
490 PHNFC_UNUSED_VARIABLE(hRemoteDevice);
500 if ((hRemoteDevice == 0) ||
510 result = static_CheckDevice(hRemoteDevice);
641 NFCSTATUS phLibNfc_Llcp_SocketGetRemoteOptions( phLibNfc_Handle hRemoteDevice,
659 if ((hRemoteDevice == 0) ||
667 result = static_CheckDevice(hRemoteDevice);
782 NFCSTATUS phLibNfc_Llcp_Reject( phLibNfc_Handle hRemoteDevice,
801 if ((hRemoteDevice == 0) ||
809 result = static_CheckDevice(hRemoteDevice);
823 NFCSTATUS phLibNfc_Llcp_Connect( phLibNfc_Handle hRemoteDevice,
843 if ((hRemoteDevice == 0) ||
852 result = static_CheckDevice(hRemoteDevice);
867 NFCSTATUS phLibNfc_Llcp_ConnectByUri( phLibNfc_Handle hRemoteDevice,
887 if ((hRemoteDevice == 0) ||
897 result = static_CheckDevice(hRemoteDevice);
912 NFCSTATUS phLibNfc_Llcp_Disconnect( phLibNfc_Handle hRemoteDevice,
931 if ((hRemoteDevice == 0) ||
939 result = static_CheckDevice(hRemoteDevice);
953 NFCSTATUS phLibNfc_Llcp_Recv( phLibNfc_Handle hRemoteDevice,
973 if ((hRemoteDevice == 0) ||
982 result = static_CheckDevice(hRemoteDevice);
997 NFCSTATUS phLibNfc_Llcp_RecvFrom( phLibNfc_Handle hRemoteDevice,
1017 if ((hRemoteDevice == 0) ||
1026 result = static_CheckDevice(hRemoteDevice);
1041 NFCSTATUS phLibNfc_Llcp_Send( phLibNfc_Handle hRemoteDevice,
1061 if ((hRemoteDevice == 0) ||
1070 result = static_CheckDevice(hRemoteDevice);
1085 hRemoteDevice,
1106 if ((hRemoteDevice == 0) ||
1115 result = static_CheckDevice(hRemoteDevice);