Bi-Directional Android Beam

后端 未结 5 1402
难免孤独
难免孤独 2021-01-03 04:05

Here\'s what I\'m trying to do with 2 Galaxy Nexuses running Android 4.0 with NFC capabilities:

  • Device A and B are in close enough to initiate an Android Beam
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-03 04:34

    For now, (unfortunately) peer-to-peer mode is only accessible on Android through Android Beam, which can't be used for bi-directional communication. If you want to archieve true bi-directional communication, you can better use reader/writer & card-emulation modes. When emulate a ISO/IEC 14443-4 tag, you can use APDU commands (see ISO/IEC 7816-4) to send bi-directional information.

提交回复
热议问题