Home | History | Annotate | Download | only in src

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.
1233 * is discovered in RF field ,LibNfc notifies registered notification callback.
1244 * be notified once registered target is discovered.
1316 * or it is already discovered Target and
1324 * with the discovered target. Even if the LibNfc client is not
1325 * interested in using any of the discovered targets \ref phLibNfc_RemoteDev_Connect
1364 * This function is called to connect to discovered target.
1365 * Once notification handler notified sucessfully discovered targets will be available in
1366 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1367 * targets .Using this interface LibNfc client can connect to one out of 'n' discovered targets.
1373 * \note :In case multiple targets discovered LibNfc client can connect to only one target.
1403 *--- [label="Now Present Tag to be discovered"];
1423 * Once notification handler notified sucessfully discovered targets will be available in
1424 * \ref phLibNfc_RemoteDevList_t .Remote device list contains valid handles for discovered
1425 * targets .Using this interface LibNfc client can connect to one out of 'n' discovered targets.
1434 * \note :In case multiple targets discovered LibNfc client can re-connect to only one target.
1464 *--- [label="Now Present multiple protocol Tag to be discovered"];
1528 *--- [label="Now Present Tag to be discovered"];
1552 * it is also used to switch from wired to virtual mode in case the discovered
1589 *--- [label="Now Present Tag to be discovered"];
1640 * Client can make use of this API to check periodically discovered
1672 *--- [label="Now Present Tag to be discovered"];
1913 * This function allows the LibNfc client to perform NDEF formating operation on discovered target.
1987 * tag to READ ONLY on discovered target.