Hi Ivan,
I'm reffering to PH_NFCLIB_ACTIVATION_PROFILE_NFC:
/** NFC Forum Activation Loop Profile and NDEF communication channel
*
*
* \warning NFC Profile is not implementend/available in this release.
*/
#define PH_NFCLIB_ACTIVATION_PROFILE_NFC 0x0U
/** EMVCo Activation Loop Profile and ISO14443-4 communication channel */
#define PH_NFCLIB_ACTIVATION_PROFILE_EMVCO 0x1U
/** Generic ISO Activation Loop Profile and block/frame oriented communication
* channel (depending on underlying protocol) */
#define PH_NFCLIB_ACTIVATION_PROFILE_ISO
there is even sample code in documentation...
