summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-18 23:34:55 -0800
committerArne Coucheron <arco68@gmail.com>2015-11-23 01:10:58 +0100
commit4318e62f278f7e2d97e613ebca2343c04cbb9279 (patch)
treeed87464359b1f617ddae2b9628084196a478e58e /include
parent71bb6880dac81f0d36811c494ab8c623b6d770a4 (diff)
downloadandroid_system_bt-4318e62f278f7e2d97e613ebca2343c04cbb9279.tar.gz
android_system_bt-4318e62f278f7e2d97e613ebca2343c04cbb9279.tar.bz2
android_system_bt-4318e62f278f7e2d97e613ebca2343c04cbb9279.zip
bluedroid: Disable the test interface
* Not needed unless running cert tests Change-Id: I8f34e76cd4090be2d9606b596fa5ee590b44fecb
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index 01c81f8c2..cc48b9aee 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -224,7 +224,7 @@
******************************************************************************/
#ifndef TEST_APP_INTERFACE
-#define TEST_APP_INTERFACE TRUE
+#define TEST_APP_INTERFACE FALSE
#endif
/******************************************************************************