mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-28 18:27:27 +09:00
miatoll: nfc: Use DEFAULT_TECH_ABF_ROUTE to handle tech route separately
Earlier implementation uses DEFAULT_OFFHOST_ROUTE to update Tech A,B route location and also as route location for payment apps not having route location (secureElementName attribute). Tech F is handled separately using DEFAULT_NFCF_ROUTE. New change introduces DEFAULT_TECH_ABF_ROUTE config which will be used to update Tech A,B,F and DEFAULT_NFCF_ROUTE will not be used anymore. DEFAULT_OFFHOST_ROUTE will be used only to update route location for payment apps not having route location (secureElementName attribute). Change-Id: If9ee25038d5b05a1a5bbf04f3a51c9ac1324ae74
This commit is contained in:
parent
7c21e60b93
commit
b19cb699ac
@ -172,7 +172,7 @@ DEFAULT_OFFHOST_ROUTE=0x02
|
||||
# host 0x00
|
||||
# eSE 0x01
|
||||
# UICC 0x02
|
||||
DEFAULT_NFCF_ROUTE=0x02
|
||||
DEFAULT_TECH_ABF_ROUTE=0x01
|
||||
|
||||
###############################################################################
|
||||
#Set the default Felica T3T System Code OffHost route Location :
|
||||
@ -212,14 +212,15 @@ DEFAULT_ISODEP_PWR_STATE=0x3B
|
||||
DEFAULT_OFFHOST_PWR_STATE=0x3B
|
||||
|
||||
###############################################################################
|
||||
#Set the Felica CLT Power state :
|
||||
#Set Tech A,B,F Power state :
|
||||
#This settings will be used when application does not set this parameter
|
||||
# bit pos 0 = Switch On
|
||||
# bit pos 1 = Switch Off
|
||||
# bit pos 2 = Battery Off
|
||||
# bit pos 3 = Screen Off
|
||||
# bit pos 4 = Screen Lock
|
||||
DEFAULT_NFCF_PWR_STATE=0x3B
|
||||
# bit pos 3 = Switched On Sub-State 1 : Screen is off and device is unlocked
|
||||
# bit pos 4 = Switched On Sub-State 2 : Screen is on and device is locked
|
||||
# bit pos 5 = Switched On Sub-State 3 : Screen is off and device is locked
|
||||
DEFAULT_TECH_ABF_PWR_STATE=0x3B
|
||||
|
||||
###############################################################################
|
||||
#Set the SYS_CODE Power state :
|
||||
|
Loading…
x
Reference in New Issue
Block a user