I observe that when I use a phone to read NFC NDEF data on my nrf52832 based board, the result returns an empty record or just returns partial information about the tag such as its type, etc but no information about the record itself. So over a few tries it eventually succeeds to read the contents. At other times, it succeeds to read in the first go. One of the things I notice is that when an empty record is read by the polling device, I do not see a NFC_T4T_EVENT_NDEF_READ event, but only a NFC_T4T_EVENT_FIELD_ON event. I am using the latest SDK and I observe this behavior when the polling device is an iPhone, Samsung, Xperia using a generic app such as NFC Tools. Can someone share any insights into this behavior?