Configurig WLAN/BT interval of BTC as tunable parameters from host

This gerrit provides the option to configure WLAN/BT interval of BTC
in both STA/SAP mode.

Change-Id: Ia8ffbc350a937b34a6aa951552431aad44895e2b
CRs-Fixed: 516956
diff --git a/CORE/MAC/inc/wniCfgAp.h b/CORE/MAC/inc/wniCfgAp.h
index cb481b9..84d45b0 100644
--- a/CORE/MAC/inc/wniCfgAp.h
+++ b/CORE/MAC/inc/wniCfgAp.h
@@ -364,6 +364,10 @@
 #define WNI_CFG_ANTENNA_DIVESITY    304
 #define WNI_CFG_GO_LINK_MONITOR_TIMEOUT    305
 #define WNI_CFG_ATH_DISABLE    306
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN    307
+#define WNI_CFG_BTC_ACTIVE_BT_LEN    308
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN    309
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN    310
 
 /*
  * String parameter lengths 
@@ -2571,10 +2575,42 @@
 #define WNI_CFG_ATH_DISABLE_APMAX    1
 #define WNI_CFG_ATH_DISABLE_APDEF    0
 
-#define CFG_PARAM_MAX_NUM         307
-#define CFG_AP_IBUF_MAX_SIZE      246
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_STAMIN    0
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_STAMAX    250000
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_STADEF    60000
+
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_APMIN    0
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_APMAX    250000
+#define WNI_CFG_BTC_ACTIVE_WLAN_LEN_APDEF    60000
+
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_STAMIN    0
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_STAMAX    250000
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_STADEF    90000
+
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_APMIN    0
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_APMAX    250000
+#define WNI_CFG_BTC_ACTIVE_BT_LEN_APDEF    90000
+
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_STAMIN    0
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_STAMAX    250000
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_STADEF    60000
+
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_APMIN    0
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_APMAX    250000
+#define WNI_CFG_BTC_SAP_ACTIVE_WLAN_LEN_APDEF    60000
+
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_STAMIN    0
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_STAMAX    250000
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_STADEF    90000
+
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_APMIN    0
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_APMAX    250000
+#define WNI_CFG_BTC_SAP_ACTIVE_BT_LEN_APDEF    90000
+
+#define CFG_PARAM_MAX_NUM         311
+#define CFG_AP_IBUF_MAX_SIZE      250
 #define CFG_AP_SBUF_MAX_SIZE      3422
-#define CFG_STA_IBUF_MAX_SIZE     241
+#define CFG_STA_IBUF_MAX_SIZE     245
 #define CFG_STA_SBUF_MAX_SIZE     3388
 #define CFG_SEM_MAX_NUM           19