diff options
| author | MWisBest <repinski23@gmail.com> | 2013-11-02 00:33:16 -0500 |
|---|---|---|
| committer | MWisBest <repinski23@gmail.com> | 2013-11-02 00:33:16 -0500 |
| commit | f758a3b8b324a19de5856ea110148fef4b0ee5ee (patch) | |
| tree | 3bc90e95cf2e2b75a8131bdcfe44210ea13b8ca2 | |
| parent | c3ef7ffe27e64eb3942fe103eaabff9cea529539 (diff) | |
Don't add CDMA to the Bluetooth device name.
| -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 d321992..02632ee 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -17,7 +17,7 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "Galaxy NexusCDMA" +#define BTM_DEF_LOCAL_NAME "Galaxy Nexus" #define BLE_INCLUDED FALSE #define BTA_GATT_INCLUDED FALSE |
