From 227dff81cafd4c7c265b8d2bb71831e63fba93f4 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Wed, 8 May 2013 19:04:54 -0700 Subject: Turn off BLE, GATT, and SMP of Bluetooth stack bug 8664724 Change-Id: Ic84c089fb892e7b5c06beb0245347b97ca497216 --- bluetooth/bdroid_buildcfg.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bluetooth') 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 -- cgit v1.1