Lines Matching full:discovered
314 phLibNfc_Handle hTargetDev; /**< discovered Target handle */
315 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo; /**< discovered Target details */
534 *This callback type is used to provide information on discovered targets to LibNfcClient.
535 *Discovered targets will be notified in \ref phLibNfc_RemoteDevList_t format.
536 *In case multiple targets discovered ,remote device list contains these targets one after another.
541 *\b Ex: Multiple targets discovered can be referred as phLibNfc_RemoteDevList_t[0]
544 *Subsequent operations on discovered target shall be performed using target specific handle
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 .
556 * In case more than one target discovered,\b psRemoteDevList contains
561 * \param NFCSTATUS_SUCCESS Discovered single target successfully.
667 *\param[in] psNdefInfo All Ndef specific details of the remote device discovered.
1229 * is discovered in RF field ,LibNfc notifies registered notification callback.
1240 * be notified once registered target is discovered.
1312 * or it is already discovered Target and
1320 * with the discovered target. Even if the LibNfc client is not
1321 * interested in using any of the discovered targets \ref phLibNfc_RemoteDev_Connect
1360 * This function is called to connect to discovered target.
1361 * Once notification handler notified sucessfully discovered targets will be available in
1362 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1363 * targets .Using this interface LibNfc client can connect to one out of 'n' discovered targets.
1369 * \note :In case multiple targets discovered LibNfc client can connect to only one target.
1399 *--- [label="Now Present Tag to be discovered"];
1419 * Once notification handler notified sucessfully discovered targets will be available in
1420 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1421 * targets .Using this interface LibNfc client can connect to one out of 'n' discovered targets.
1430 * \note :In case multiple targets discovered LibNfc client can re-connect to only one target.
1460 *--- [label="Now Present multiple protocol Tag to be discovered"];
1524 *--- [label="Now Present Tag to be discovered"];
1548 * it is also used to switch from wired to virtual mode in case the discovered
1585 *--- [label="Now Present Tag to be discovered"];
1636 * Client can make use of this API to check periodically discovered
1668 *--- [label="Now Present Tag to be discovered"];
1909 * This function allows the LibNfc client to perform NDEF formating operation on discovered target.
1983 * tag to READ ONLY on discovered target.