Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: components/pairing/bluetooth_pairing_constants.cc

Issue 555003002: Add method for telling the Pairing API that enrollment is complete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/pairing/bluetooth_pairing_constants.h ('k') | components/pairing/fake_host_pairing_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pairing/bluetooth_pairing_constants.cc
diff --git a/components/pairing/bluetooth_pairing_constants.cc b/components/pairing/bluetooth_pairing_constants.cc
index f25f8f7be141ec3df154641d0a20f16fd766214b..9cad0f386e930186a1e8b3209cfc3aa8229fec26 100644
--- a/components/pairing/bluetooth_pairing_constants.cc
+++ b/components/pairing/bluetooth_pairing_constants.cc
@@ -10,6 +10,7 @@ const char* kPairingServiceUUID = "f035ff16-c025-468e-bb16-967704d141ea";
const char* kPairingServiceName = "ChromeboxPairing";
const char* kDeviceNamePrefix = "Chromebox_";
const char* kErrorInvalidProtocol = "Invalid protocol";
+const char* kErrorEnrollmentFailed = "Enrollment failed";
const int kPairingAPIVersion = 1;
} // namespace pairing_chromeos
« no previous file with comments | « components/pairing/bluetooth_pairing_constants.h ('k') | components/pairing/fake_host_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698