Update NFC Settings am: 3add6d4eda

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14715211

Change-Id: I3a8587965cd904e2b6e124278882a55124573421
This commit is contained in:
George Chang 2021-05-25 15:29:56 +00:00 committed by Automerger Merge Worker
commit 8416c0020b
2 changed files with 14 additions and 0 deletions

View file

@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
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

View file

@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
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