summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-10-09 23:39:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-09 23:39:45 +0000
commitd677ecdb94d523cf1249b877669224f109cffbca (patch)
tree0e2f96d992c43afd5a39075c03340c5266340c5c
parent099a63fc2a5517ffe0d9c91481f85e651682cb14 (diff)
parentf5441ae2b48cdea7a5f80b406836192138f5130d (diff)
downloadflo-d677ecdb94d523cf1249b877669224f109cffbca.tar.gz
Merge "Enable host interleaving BR/EDR device discovery and ble scan for flo" into klp-dev
-rw-r--r--bluetooth/bdroid_buildcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 6f246fe..fe328ba 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -28,5 +28,5 @@
#define BTIF_HF_SERVICE_NAMES { BTIF_HSAG_SERVICE_NAME, NULL }
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
-
+#define BTA_HOST_INTERLEAVE_SEARCH TRUE
#endif