Turn off BLE, GATT, and SMP of Bluetooth stack

bug 8664724

Change-Id: I9410f0e8049a0c01bd84dcb54bfc3b02519f0a10
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