summaryrefslogtreecommitdiffstats
path: root/bluetooth
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-05-08 19:04:54 -0700
committerMatthew Xie <mattx@google.com>2013-05-08 19:04:54 -0700
commit227dff81cafd4c7c265b8d2bb71831e63fba93f4 (patch)
tree3d1d33696be09d023fad762eb3cc48ea8e74d92f /bluetooth
parente034edb8a9fe9cce0f74dee7ac37d3b4c1880ae6 (diff)
downloaddevice_samsung_tuna-227dff81cafd4c7c265b8d2bb71831e63fba93f4.zip
device_samsung_tuna-227dff81cafd4c7c265b8d2bb71831e63fba93f4.tar.gz
device_samsung_tuna-227dff81cafd4c7c265b8d2bb71831e63fba93f4.tar.bz2
Turn off BLE, GATT, and SMP of Bluetooth stack
bug 8664724 Change-Id: Ic84c089fb892e7b5c06beb0245347b97ca497216
Diffstat (limited to 'bluetooth')
-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..9e6899c 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