I'm using PN7160 to read/write NTAG I²C Plus 2K tag. And using example of NXP revised program,
I found
"NxpNci_HostTransceive(NCIReadTS, sizeof(NCIReadTS), Answer, sizeof(Answer), &AnswerSize)"
return answer[1] = 0x02, from example, the correct value is answer[1] = 0x03.
Who can tell me what's the meaning is 0x02 or 0x03?