Hey forum

Does anyone know the NFC tag polling loop's interval?


I checked the related source ( external/libnfc-nxp/ ) , and though in
phNfcConfig.h, we have

/**< Presence check interval in milliseconds */
#ifndef PRESENCE_CHECK_INTERVAL
#define PRESENCE_CHECK_INTERVAL   500U
#endif

defined, I found nowhere it is used, for starting an underlying timer
or something like that.
Also there are quite a few TIMEOUT constants defined there and I not
quite sure about
whether the above 500ms interval is exactly what I am looking for or
not.

I am using Nexus S with Android 2.3.4, and my NFC app works only with
normal passive NFC tags.

Regards,


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to