From f37b5b2c9b839f3508e4c6514949c6b88bb14205 Mon Sep 17 00:00:00 2001 From: George Chang Date: Fri, 4 Mar 2022 09:49:51 +0800 Subject: [PATCH] Enable STNFC_ACTIVERW_TIMER Bug: 217231862 Bug: 194675064 Test: stress tests Change-Id: I88a782ee6aa5922aa9e52a53c6cff6e62f850a10 --- nfc/libnfc-hal-st-proto1.conf | 7 ++++++- nfc/libnfc-hal-st.conf | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/nfc/libnfc-hal-st-proto1.conf b/nfc/libnfc-hal-st-proto1.conf index c2a5799..ed1f57b 100644 --- a/nfc/libnfc-hal-st-proto1.conf +++ b/nfc/libnfc-hal-st-proto1.conf @@ -143,7 +143,12 @@ DEFAULT_ISODEP_ROUTE=0x81 # disable 0x00 default value STNFC_CONTROL_CLK=0x01 -################################################################################ +############################################################################### +# Configure the ACTIVE_RW timer +# Default 0x00, set 0x01 to enable it +STNFC_ACTIVERW_TIMER=0x01 + +############################################################################### # Core configuration settings CORE_CONF_PROP={ 20, 02, 0a, 03, a1, 01, 1e, diff --git a/nfc/libnfc-hal-st.conf b/nfc/libnfc-hal-st.conf index 909f1f4..60e84ac 100644 --- a/nfc/libnfc-hal-st.conf +++ b/nfc/libnfc-hal-st.conf @@ -143,7 +143,12 @@ DEFAULT_ISODEP_ROUTE=0x81 # disable 0x00 default value STNFC_CONTROL_CLK=0x01 -################################################################################ +############################################################################### +# Configure the ACTIVE_RW timer +# Default 0x00, set 0x01 to enable it +STNFC_ACTIVERW_TIMER=0x01 + +############################################################################### # Core configuration settings CORE_CONF_PROP={ 20, 02, 0a, 03, a1, 01, 1e,