summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-05-09 16:23:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-09 16:23:38 -0700
commit9689b5bdffe4663557e1a3e672a3553d43dcb11a (patch)
treee7420537e8f765f11edcf6edef6f6517891b495c
parentec3063da41e25b2f65b7da592f9d779245f54f14 (diff)
parent3bffdbdcc6270d9e2d1a35e4267f4ef3ef5d3f50 (diff)
downloadtoroplus-9689b5bdffe4663557e1a3e672a3553d43dcb11a.tar.gz
am 3bffdbdc: Turn off BLE, GATT, and SMP of Bluetooth stack
* commit '3bffdbdcc6270d9e2d1a35e4267f4ef3ef5d3f50': Turn off BLE, GATT, and SMP of Bluetooth stack
-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