Specify BLE Connection Internal range

The existing connection steps:
1. Host sends interval range to remote
2. remote picks one and builds connection with host

This change specifies the range sent from host.

b/148537877

test: manually. Examed hci log and verified the interval range
numbers are changed.

Change-Id: I6b2e9e674863d7701736f8480bab52b407652ba4
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 63cc8c7..82dd7bc 100755
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -33,4 +33,14 @@
 /*fix bt crash about init */
 #define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
 
+#define BTM_BLE_CONN_INT_MIN_DEF       6
+#define BTM_BLE_CONN_INT_MAX_DEF       12
+#define BTM_BLE_SCAN_SLOW_INT_1        64
+#define BTM_BLE_SCAN_SLOW_WIN_1        16
+
+#define BTA_SKIP_BLE_READ_REMOTE_FEAT  TRUE
+#define BLE_DELAY_REQUEST_ENC          TRUE
+
+#define BTA_AV_SINK_INCLUDED           TRUE
+
 #endif