Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prebuilts/samsung/pa3qxxx/.current
Original file line number Diff line number Diff line change
@@ -1 +1 @@
S938BXXS5AYF4/S938BOXM5AYF4/S938BXXS5AYF4
S938BXXS7BYKS/S938BOXM7BYKS/S938BXXS7BYKS
56 changes: 43 additions & 13 deletions prebuilts/samsung/pa3qxxx/system/etc/libnfc-nci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ NFA_DM_DISC_DURATION_POLL=1050
# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F
UICC_LISTEN_TECH_MASK=0x07

###############################################################################
# When screen is turned off, specify the desired power state of the controller.
# 0: power-off-sleep state; DEFAULT
# 1: full-power state
# 2: screen-off card-emulation (CE4/CE3/CE1 modes are used)
SCREEN_OFF_POWER_STATE=1
###############################################################################
# Force tag polling for the following technology(s).
# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h.
Expand All @@ -38,6 +31,7 @@ SCREEN_OFF_POWER_STATE=1
# NFA_TECHNOLOGY_MASK_ISO15693 0x08 /* Proprietary Technology */
# NFA_TECHNOLOGY_MASK_KOVIO 0x20 /* Proprietary Technology */
POLLING_TECH_MASK=0x2F

###############################################################################
PRESERVE_STORAGE=0x01
###############################################################################
Expand All @@ -47,14 +41,11 @@ PRESERVE_STORAGE=0x01
# so that the stack will not wait any longer than necessary.

# Maximum EE supported number
# NXP PN557 0x04
# NXP SN1xx 0x06
# NXP SN2xx 0x06
# NXP SN3xx 0x06
NFA_MAX_EE_SUPPORTED=0x06
##############################################################################
# Deactivate notification wait time out in seconds used in ETSI Reader mode
# 0 - Infinite wait
NFA_DM_DISC_NTF_TIMEOUT=0

###############################################################################
# AID_MATCHING constants
Expand Down Expand Up @@ -90,15 +81,54 @@ DEFAULT_SYS_CODE={FE:FE}
#########################################################################
#Set NCI credit notification timeout value
NXP_NCI_CREDIT_NTF_TIMEOUT=2
########################################################################################
###############################################################################
# Set presence check retry count value. Value Range: 0 to 5
# This value indicates the number of time presence check is repeated in case of
# failure
PRESENCE_CHECK_RETRY_COUNT=0
########################################################################################
###############################################################################
# Support to configure NDEF NFCEE AID.
T4T_NDEF_NFCEE_AID={F4:10:00:00:09:4E:46:43:54:41:47:49:4E:46:4F}

###############################################################################
# Sets the Route ID for T4T NDEF NFCEE used in routing table update
DEFAULT_NDEF_NFCEE_ROUTE=0x10

###############################################################################
# Forcing HOST to listen for a selected protocol
# 0x00 : Disable Host Listen
# 0x01 : Enable Host to Listen (A) for ISO-DEP tech A
# 0x02 : Enable Host to Listen (B) for ISO-DEP tech B
# 0x04 : Enable Host to Listen (F) for T3T Tag Type Protocol tech F
# 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
HOST_LISTEN_TECH_MASK=0x07

###############################################################################
# Config option to skip ISO15693 GET_SYS_INFO command as NFC forum tool does
# not support this command
# 0 to Disable this behaviour
# 1 to Enable this behaviour
ISO15693_SKIP_GET_SYS_INFO_CMD=0
##############################################################################
# When screen is turned off, specify the desired power state of the controller.
# 0: power-off-sleep state; DEFAULT
# 1: full-power state
# 2: screen-off card-emulation (CE4/CE3/CE1 modes are used)
SCREEN_OFF_POWER_STATE=1

###############################################################################
# 0x00: Default. Route mute techs to DH, enable block bit and set power state to 0x00
# 0x01: Remove mute techs from rf discover cmd
MUTE_TECH_ROUTE_OPTION=0x01

ALWAYS_ON_SET_EE_POWER_AND_LINK_CONF=0x03
DISABLE_ALWAYS_ON_SET_EE_POWER_AND_LINK_CONF=0x01

###############################################################################
# Supported EUICC Mep Mode
# EUICC_MEP_NONE 0x00
# EUICC_MEP_A1 0x01
# EUICC_MEP_A2 0x02
# EUICC_MEP_B 0x03
EUICC_MEP_MODE=0x01
###############################################################################
Loading