Bidirectional Android Beam

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?

+5
source share
5 answers

, , , B A . NFC BT .

+1

, . 10 50 . .

NFC Android

0

( ) Android Android Beam, . , / . ISO/IEC 14443-4 APDU (. ISO/IEC 7816-4) .

0

, B, NDEf

0

I have not tried this myself, but you could get a bidirectional communication form using one phone in read / write mode and another phone in host-based card emulation (HCE) mode. See also this topic: Is NFC read / write mode only for tags? .

0
source

All Articles