Home | History | Annotate | Download | only in src

Lines Matching full:remote

212 *\brief Remote Device Info definition  .
398 * \param[in] hRemoteDev Handle to remote device on which connect was requested.
399 * \param[in] psRemoteDevInfo contains updated remote device details.For few tags
427 * \param[in] hRemoteDev Handle to remote device on which disconnect is requested.
480 * \param[in] hRemoteDev Handle to remote device on transceive is performed.
536 *In case multiple targets discovered ,remote device list contains these targets one after another.
539 * parameter application has to access remote devices accordingly.
551 * \param[in] psRemoteDevList Remote Device list contains discovered target details.
553 * List size depends on no of remote devices discovered.
555 * \param[in] uNofRemoteDev Indicates no of remote devices discovered .
667 *\param[in] psNdefInfo All Ndef specific details of the remote device discovered.
668 *\param[in] hRemoteDevice handle to remote device on which NDEF detection is done.
1362 * \brief This function is used to to connect to a single Remote Device.
1366 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1420 * \brief This function is used to to connect to NEXT Remote Device.
1422 * This function is called only if there are more than one remote device is detected.
1424 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1466 *--- [label="TWO remote device information is received, So connect with one handle"];
1485 * \brief This interface allows to perform Read/write operation on remote device.
1491 * command in order to communicate with the selected remote device.
1494 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1495 * same as as handle obtained for specific remote device
1514 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1556 * same as as handle obtained for specific remote device
1570 *\retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1645 * same as as handle obtained for specific remote device
1658 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1702 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1703 * same as as handle obtained for specific remote device
1713 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1767 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1768 * same as as handle obtained for specific remote device
1785 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1840 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1841 * same as as handle obtained for specific remote device
1864 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1922 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1923 * same as as handle obtained for specific remote device
1939 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
1995 *\param[in] hRemoteDevice handle of the remote device.This handle to be
1996 * same as as handle obtained for specific remote device
2011 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
2064 *\param[in] hRemoteDevice Handle of the remote device.This handle to be
2065 * same as as handle obtained for specific remote device
2085 * \retval NFCSTATUS_TARGET_NOT_CONNECTED The Remote Device is not connected.
2356 *--- [label="Now configured params ( Ex : general bytes can been seen in remote device info"];
2450 * \brief <b>Checks if a remote peer is LLCP compliant</b>.
2454 * this remote peer, except local LLCP peer configurationn, which is more general. Once
2486 * \brief <b>Activates a LLCP link with a remote device </b>.
2488 * This function launches the link activation process on a remote LLCP-compliant peer. The link status
2510 * \brief <b>Deactivate a previously activated LLCP link with a remote device</b>.
2512 * This function launches the link deactivation process on a remote LLCP-compliant peer. The link status
2556 * \brief <b>Get information on the remote LLCP peer</b>.
2558 * This function returns the LLCP link parameters of the remote peer that were received
2623 * \brief <b>Get SAP of remote services using their names</b>.
2625 * This function sends SDP queries to the remote peer to get the SAP to address for a given
2650 * \retval NFCSTATUS_FEATURE_NOT_SUPPORTED Remote peer does not support this feature (e.g.: is v1.0).
2710 * This function returns the remote options (maximum packet size and receive window size) used
2715 * \param[in] psRemoteOptions A pointer to be filled with the remote options of the socket.
2852 * \brief <b>Try to establish connection with a socket on a remote SAP</b>.
2854 * This function tries to connect to a given SAP on the remote peer. If the
2885 * \brief <b>Try to establish connection with a socket on a remote service, given its URI</b>.