wlan: Update DFS and BlueTooth co-existence parameters

Enable DFS channel scanning to allow connections to Wi-Fi Direct
devices that operate in 5GHz channels (b/8878380).  Update BlueTooth
coexistence parameters so that Wi-Fi transfers are not interrupted
when searching for BlueTooth devices (b/8729132)

b/8878380
b/8284288
b/8729132
Change-Id: I614ad1f5673a6845eece04092556d475fdb81bd7
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 452edaa..a8043e6 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -203,7 +203,7 @@
 gEnableBypass11d=1
 
 #If set to 0, will not scan DFS channels
-gEnableDFSChnlScan=0
+gEnableDFSChnlScan=1
 
 # Enable logp/SSR
 gEnableLogp=1
@@ -220,5 +220,9 @@
 # Disable channel 165 for Indonesia
 gIgnore_Chan165=1
 
+btcStaticLenLeBt=120000
+btcStaticLenLeWlan=30000
+
+
 END
 # Note: Configuration parser would not read anything past the END marker