summaryrefslogtreecommitdiffstats
path: root/components/pairing
diff options
context:
space:
mode:
authorxdai <xdai@chromium.org>2015-12-16 19:09:52 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-17 03:10:47 +0000
commit6cb6b877901ce7ffb028d24b3f85f33538c40146 (patch)
tree8c5fcd4dcef4f579d63581e004b5efe28cae6a25 /components/pairing
parent53c883cd322c07f257aa8557549e91598e62fc3f (diff)
downloadchromium_src-6cb6b877901ce7ffb028d24b3f85f33538c40146.zip
chromium_src-6cb6b877901ce7ffb028d24b3f85f33538c40146.tar.gz
chromium_src-6cb6b877901ce7ffb028d24b3f85f33538c40146.tar.bz2
Introduce new strings for the bootstrapping project. The old shark/remora pairing strings are still kept.
BUG=537354 Review URL: https://codereview.chromium.org/1468313008 Cr-Commit-Position: refs/heads/master@{#365693}
Diffstat (limited to 'components/pairing')
-rw-r--r--components/pairing/bluetooth_pairing_constants.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/pairing/bluetooth_pairing_constants.cc b/components/pairing/bluetooth_pairing_constants.cc
index 9cad0f3..58fe01c 100644
--- a/components/pairing/bluetooth_pairing_constants.cc
+++ b/components/pairing/bluetooth_pairing_constants.cc
@@ -7,8 +7,8 @@
namespace pairing_chromeos {
const char* kPairingServiceUUID = "f035ff16-c025-468e-bb16-967704d141ea";
-const char* kPairingServiceName = "ChromeboxPairing";
-const char* kDeviceNamePrefix = "Chromebox_";
+const char* kPairingServiceName = "ChromeOSDevicePairing";
+const char* kDeviceNamePrefix = "Device_";
const char* kErrorInvalidProtocol = "Invalid protocol";
const char* kErrorEnrollmentFailed = "Enrollment failed";
const int kPairingAPIVersion = 1;