Update variables in st54j_se configuration file

Add the capacity to modify the polling interval
and the BGT in the config file.

Bug: 160305311
Test: Manual
Change-Id: Ieb348c429ceecbd2a5e9bc9af57e7c982accd88e
diff --git a/nfc/libese-hal-st.conf b/nfc/libese-hal-st.conf
index 1954bf7..3969b88 100644
--- a/nfc/libese-hal-st.conf
+++ b/nfc/libese-hal-st.conf
@@ -3,4 +3,16 @@
 ###############################################################################
 # ST HAL trace log level
 STESE_HAL_LOGLEVEL=1
+
+###############################################################################
+# Configure the device node
 ST_ESE_DEV_NODE="/dev/st54j_se"
+
+###############################################################################
+# Configure the polling interval (in us)
+ST_ESE_DEV_POLLING_INTERVAL=1500
+
+###############################################################################
+# Configure the BGT timing (in us)
+ST_ESE_DEV_BGT=1000
+