diff options
author | Reena Lee <reena@google.com> | 2012-08-15 21:47:36 -0700 |
---|---|---|
committer | Reena Lee <reena@google.com> | 2012-08-15 21:47:36 -0700 |
commit | 815ccf47a118e907372223970cf44024e9689f43 (patch) | |
tree | 36f92cfc98cdce1053be3e8e38ebde58dd09aef4 | |
parent | 8673be81aa6bb05bb9a7747c150d63514625c03b (diff) | |
download | external_bluetooth_bluedroid-815ccf47a118e907372223970cf44024e9689f43.zip external_bluetooth_bluedroid-815ccf47a118e907372223970cf44024e9689f43.tar.gz external_bluetooth_bluedroid-815ccf47a118e907372223970cf44024e9689f43.tar.bz2 |
Updated BTM_DEF_LOCAL_NAME to be "Nexus"
Change-Id: Ic596804bf6a25e4f039860348298f296edc9cd8f
-rwxr-xr-x | include/bdroid_mako.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bdroid_mako.txt b/include/bdroid_mako.txt index 204b09f..9706ac0 100755 --- a/include/bdroid_mako.txt +++ b/include/bdroid_mako.txt @@ -128,7 +128,7 @@ BTA_DM_REMOTE_DEVICE_NAME_LENGTH = 248 BTM_MAX_REM_BD_NAME_LEN = 248 BTM_MAX_LOC_BD_NAME_LEN = 248 BTM_USE_DEF_LOCAL_NAME = TRUE -BTM_DEF_LOCAL_NAME = "Galaxy Nexus 2" +BTM_DEF_LOCAL_NAME = "Nexus" BTM_INQ_DB_SIZE = 40 BTM_SEC_MAX_DEVICE_RECORDS = 100 BTM_SEC_FORCE_RNR_FOR_DBOND = FALSE |