summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/ndefpush/NdefPushProtocol.java
Commit message (Collapse)AuthorAgeFilesLines
* NDEF Push Protocol implementation.Jeff Hamilton2011-01-181-0/+167
The protocol allows pushing NDEF messages over LLCP in order to simulate a card read wihtout having to use card emulation. This also allows for 2 way transfer of meesages. The protocol allows for a single immediate message, to be dispatched upon arrival as if it were read from a tag, and any number of deferred dispatch messages. The handling of deferred dispatch messages is up to the receiver and not implemented in this patch. Change-Id: Ib99e4fc01532cc741debab370a417f94669b62ac