Manta: NFC: Disable listening for Nfc-B on esE.

PN544 picks up Nfc-B sometimes, but we always want p2p.

Bug: 7116938
Change-Id: I4f095dbb50622ea110827bedc6a25c0346f30ba0
diff --git a/nfc/libnfc-brcm.conf b/nfc/libnfc-brcm.conf
index 68fb49b..995978d 100644
--- a/nfc/libnfc-brcm.conf
+++ b/nfc/libnfc-brcm.conf
@@ -176,7 +176,7 @@
 # Force UICC to only listen to the following technology(s).
 # The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
 # Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B.
-#UICC_LISTEN_TECH_MASK=0x03
+UICC_LISTEN_TECH_MASK=0x01
 
 ###############################################################################
 # Allow UICC to be powered off if there is no traffic.