3
votes

I am working with NFC in Android. I have done things with NFC tags and Android Beam, but I am wondering if is possible to communicate two Android phones with NFC without Android Beam. I mean, I want to transfer some information, like a text or a URL using peer-to-peer in two Android phones, as if they were two NFC tags. I want to read and write this information in the other device, but the only way I have found to comunicate and trasfer data using P2P in Android is with Android Beam. Is it possible?

PS. Sorry for mi english

1

1 Answers

1
votes

No. It is not possible - if you want to use NFC bearer, only the SNEP/NPP over LLCP is possible (i.e. peer2peer mode).

Petr