summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-05-09 11:25:39 -0700
committerMatthew Xie <mattx@google.com>2013-05-09 11:25:39 -0700
commit2050d366246d3eded17913c8be698e1fcd7d247a (patch)
treee73c5d04b24d1d5ce798c66f4c262f64b2bb7678
parent21e74b68da4d773a14e5aa9bdfa9fa8794711260 (diff)
downloadtoro-2050d366246d3eded17913c8be698e1fcd7d247a.tar.gz
Turn off BLE, GATT, and SMP of Bluetooth stack
bug 8664724 Change-Id: I00469b1cce6b766fa2d2c2ff31cb8b8779852247
-rw-r--r--bluetooth/bdroid_buildcfg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 0bd120a..d321992 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -17,6 +17,9 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
-#define BTM_DEF_LOCAL_NAME "Galaxy NexusCDMA 2"
+#define BTM_DEF_LOCAL_NAME "Galaxy NexusCDMA"
+#define BLE_INCLUDED FALSE
+#define BTA_GATT_INCLUDED FALSE
+#define SMP_INCLUDED FALSE
#endif