I'm trying to build an application using the PN7120 chip and the recommended linux_nfc-nci library. It seems that the exposed API does not deal with NDEF records, only whole messages. I do see that the underlying nfc-nci stack has NDEF utilities for managing records, but I am not sure how to access this functionality in my application. Am I missing anything -- is there a way to read and/or write multiple records to/from an NFC tag with linux_nfc-nci?
Follow-up: Are there any suggested workarounds if this functionality isn't available? Reading/writing "raw" commands to the card would seem to work, but the need to do this (e.g. account for different commands for different cards) would dramatically decrease the usability of this library. I'd be surprised if this were the only solution. I appreciate the help.