Here is what I'm trying to do with 2 Galaxy Nexuses running Android 4.0 with NFC capabilities:
- Device A and B are close enough to trigger the Android Beam user interface.
- Device A sends a beam to device B
- The received beam from device B does some processing and then sends a response beam back to device A
I have an initial ray from A → B that works fine, but not with feedback. I want to send something more than just “ACK” as some useful information. Is there a way to do this over NFC with current APIs, or will I have to look at the WiFi / BT p2p connection?
source
share