summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomething15525 <something15525@gmail.com>2013-05-09 21:26:13 -0700
committersomething15525 <something15525@gmail.com>2013-05-09 21:26:13 -0700
commitd21e9a4e3b1b0ff8d5b538482158e0a89fbf2d96 (patch)
tree5f16f0be2bdc5db4d163648a2fcae79f10ed7490
parent769e3ad39a9d429d6b968d2d58740559d766ffc6 (diff)
downloadmaguro-d21e9a4e3b1b0ff8d5b538482158e0a89fbf2d96.tar.gz
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: I2487d63f1c06cca32cfff3467189c2c1718f1c2a
-rw-r--r--bluetooth/bdroid_buildcfg.h2
1 files changed, 1 insertions, 1 deletions
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