From d23436056fb23d1830905eee903ee413cb2b11e9 Mon Sep 17 00:00:00 2001 From: George Chang Date: Tue, 4 Jul 2023 11:06:31 +0800 Subject: [PATCH] [NFC] Enable STNFC_REMOTE_FIELD_TIMER Bug: 280542396 Test: 288836849 Test: manually force external field on Change-Id: I4cb0facf71755f023b7b7f03c6c12075f06b4c6d --- nfc/libnfc-hal-st.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nfc/libnfc-hal-st.conf b/nfc/libnfc-hal-st.conf index 2700a20..442e785 100644 --- a/nfc/libnfc-hal-st.conf +++ b/nfc/libnfc-hal-st.conf @@ -147,6 +147,12 @@ DEFAULT_ISODEP_ROUTE=0x00 # disable 0x00 default value STNFC_CONTROL_CLK=0x00 +############################################################################### +# Configure the Field on timer +# enable 0x01 +# disable 0x00 default value +STNFC_REMOTE_FIELD_TIMER=0x01 + ############################################################################### # Configure the ACTIVE_RW timer # Default 0x00, set 0x01 to enable it