简体   繁体   中英

Android Beam NDEF to reader mode

Context: I've tried HCE in combination with reader mode and these two work like a charm.

I'm looking to provide some sense of backward compatibility with the reader mode app.

Is there a way to read or send NDEF messages over Beam from an Android 4.3 device to a reader mode enabled application?

No, the whole point of the reader mode API ( enableReaderMode() ) is to disable peer-to-peer mode operation and activate only NFC reader/writer mode. As Android Beam is based on peer-to-peer mode (NFCIP1 + LLCP + SNEP) there is no way to receive or send Beam messages on a device where reader mode is active.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM