Update NFC Settings
Enable HCE Type B support
Bug: 189189874
Test: manual
Change-Id: I031b1da0f95ba442cd54796cfc91f3e43ac39998
diff --git a/nfc/libnfc-nci-raven.conf b/nfc/libnfc-nci-raven.conf
index 789c5eb..3940b1f 100644
--- a/nfc/libnfc-nci-raven.conf
+++ b/nfc/libnfc-nci-raven.conf
@@ -13,6 +13,13 @@
UICC_LISTEN_TECH_MASK=0x07
###############################################################################
+# Set HOST default 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_F
+# 0x07 = A + B + F
+HOST_LISTEN_TECH_MASK=0x07
+
+###############################################################################
# AID for Empty Select command
# If specified, this AID will be substituted when an Empty SELECT command is
# detected. The first byte is the length of the AID. Maximum length is 16.
diff --git a/nfc/libnfc-nci.conf b/nfc/libnfc-nci.conf
index c475161..c17296a 100644
--- a/nfc/libnfc-nci.conf
+++ b/nfc/libnfc-nci.conf
@@ -13,6 +13,13 @@
UICC_LISTEN_TECH_MASK=0x07
###############################################################################
+# Set HOST default 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_F
+# 0x07 = A + B + F
+HOST_LISTEN_TECH_MASK=0x07
+
+###############################################################################
# AID for Empty Select command
# If specified, this AID will be substituted when an Empty SELECT command is
# detected. The first byte is the length of the AID. Maximum length is 16.