I wanted to understand NFC architecture in AOSP code. Primarily a block diagram interaction between NFC hardware with Nfc application in /packages/Nfc over JNI. I can see that the JNI portion of Nfc app is trying to connect via some socket.
Not able to find out the other side of this socket connection. I will really appreciate if someone can point me to any document or blog.