Update NFC Settings
Enable HCE Type B support Bug: 189189874 Test: manual Change-Id: I031b1da0f95ba442cd54796cfc91f3e43ac39998
This commit is contained in:
parent
d9ff8cb3c5
commit
af48a48907
2 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
|
||||||
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
||||||
UICC_LISTEN_TECH_MASK=0x07
|
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
|
# AID for Empty Select command
|
||||||
# If specified, this AID will be substituted when an Empty SELECT command is
|
# If specified, this AID will be substituted when an Empty SELECT command is
|
||||||
|
|
|
@ -12,6 +12,13 @@ NFA_STORAGE="/data/nfc"
|
||||||
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
|
||||||
UICC_LISTEN_TECH_MASK=0x07
|
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
|
# AID for Empty Select command
|
||||||
# If specified, this AID will be substituted when an Empty SELECT command is
|
# If specified, this AID will be substituted when an Empty SELECT command is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue