Hallo Azahara, > Does anybody know why should I have to tap many > times the phones in order to send continuously data in p2p mode?.
This is because the current Android NFC API does not provide any furhter P2P (LLCP) communication features. Internally, Android already uses more sophisticated LLCP communication sockets, but in the public API they are not available yet. I would expect them to become available with one of the next releases. > This behavior corresponds to a feature of NFC, that only allows to > send one message per tap, or a problem concerned with the management > of the intent sent to the application when a NdefMessage is received > more than once? Neither. This is simply a matter of the API that is available to the programmer in Android 2.3.3. br, Michael -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

