diff options
author | something15525 <something15525@gmail.com> | 2013-05-08 10:30:19 -0700 |
---|---|---|
committer | something15525 <something15525@gmail.com> | 2013-05-08 10:30:19 -0700 |
commit | a81657065906ec5ecd23443c5a58f7c5ad84e4f7 (patch) | |
tree | ac3cd7f24219d597757a3ca2e7133664c193c971 | |
parent | 24fe38ca3a81edd8bd67f2adfd8dec00c3f30843 (diff) | |
download | device_samsung_maguro-a81657065906ec5ecd23443c5a58f7c5ad84e4f7.zip device_samsung_maguro-a81657065906ec5ecd23443c5a58f7c5ad84e4f7.tar.gz device_samsung_maguro-a81657065906ec5ecd23443c5a58f7c5ad84e4f7.tar.bz2 |
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
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 2 |
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 |