From a81657065906ec5ecd23443c5a58f7c5ad84e4f7 Mon Sep 17 00:00:00 2001 From: something15525 Date: Wed, 8 May 2013 10:30:19 -0700 Subject: maguro: Correct bluetooth device name This commit changes the device name from what is reflected in AOSP (Galaxy Nexus 2) to a more appropriate name (Galaxy Nexus). This will correct the name in the Bluetooth pane in Settings. Change-Id: Ib41a69430bc974367cbe7f4514be3619cf2093d6 --- bluetooth/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 5c61b6c..0bcec3c 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -17,6 +17,6 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "Galaxy Nexus 2" +#define BTM_DEF_LOCAL_NAME "Galaxy Nexus" #endif -- cgit v1.1