I know Android NFC device can use Android Beam to share small size information like URL.
And, I know the Android NFC can't pretend be a tag.
In my potential Access Control project, we want to use similar tech to share 32 bytes Digital Key and Authentication ID (8 bytes) with a NFC PCB module.
Is it possible?
If it is, is there any framework or lib to provide high level API?
Do we need use low layer api to rebuild something like Android Beam?