Set PRESENCE_CHECK_ALGORITHM to I_BLOCK instead of ISO_DEP_NAK

ISO_DEP_NAK is supported only on NCI 2.0 and since pn551 is functioning
in NCI 1.0, the config should be set to I_BLOCK.

Test: CtsVerifier-> HCE Tests
Bug: 110247910
Change-Id: I35cec24da450e891bd0d748c38f4d93261aaed2e
(cherry picked from commit 9f0ab139dbc97bfd78c220eb90cc7f9c7f556ea3)
diff --git a/nfc/libnfc-nxp.marlin.conf b/nfc/libnfc-nxp.marlin.conf
index cadeb7b..0b64d8d 100644
--- a/nfc/libnfc-nxp.marlin.conf
+++ b/nfc/libnfc-nxp.marlin.conf
@@ -278,6 +278,6 @@
 # 1  NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
 # 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
 #    command is sent waiting for rsp and ntf.
-PRESENCE_CHECK_ALGORITHM=2
+PRESENCE_CHECK_ALGORITHM=1
 
 ###############################################################################
diff --git a/nfc/libnfc-nxp.sailfish.conf b/nfc/libnfc-nxp.sailfish.conf
index 53ef407..6607153 100644
--- a/nfc/libnfc-nxp.sailfish.conf
+++ b/nfc/libnfc-nxp.sailfish.conf
@@ -279,6 +279,6 @@
 # 1  NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
 # 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
 #    command is sent waiting for rsp and ntf.
-PRESENCE_CHECK_ALGORITHM=2
+PRESENCE_CHECK_ALGORITHM=1
 
 ###############################################################################