The Android NDEF Push Protocol Specification from Feb 2011 says: This allows for bi-directional NDEF exchange between NPP devices.
Today is 2015, and I want a simple message exchange between two devices:
Device 1 Device 2
"Hello" --->
<--- "Welcome"
"Goodbye" --->
<--- "Farewell"
In other words, I want the recipient to send an acknowledge message.
How do I send information in both directions and make the two devices negotiate via NFC?
A similar question from 2011: Bi-Directional Android Beam