summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-05-08 19:06:32 -0700
committerMatthew Xie <mattx@google.com>2013-05-08 19:06:32 -0700
commit0d043a8c987a0e1994393b557a9f8f23aacaaab8 (patch)
treeb997e3864781df8e01fca21f30c9e65409b84a5b
parentc1142cea32be90eeb7d33a6db5adba125fc026ef (diff)
downloaddevice_samsung_maguro-0d043a8c987a0e1994393b557a9f8f23aacaaab8.tar.gz
device_samsung_maguro-0d043a8c987a0e1994393b557a9f8f23aacaaab8.tar.bz2
device_samsung_maguro-0d043a8c987a0e1994393b557a9f8f23aacaaab8.zip
Turn off BLE, GATT, and SMP of Bluetooth stack
bug 8664724 Change-Id: I3ef91349cce5bcd0323690e9be0835e07dbd9f28
-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 5c61b6c..02632ee 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 Nexus 2"
+#define BTM_DEF_LOCAL_NAME "Galaxy Nexus"
+#define BLE_INCLUDED FALSE
+#define BTA_GATT_INCLUDED FALSE
+#define SMP_INCLUDED FALSE
#endif