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

Unified Diff: components/pairing/bluetooth_pairing_constants.h

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
Index: components/pairing/bluetooth_pairing_constants.h
diff --git a/components/pairing/bluetooth_pairing_constants.h b/components/pairing/bluetooth_pairing_constants.h
index f28d7ab751230913c0c1c5352fe37048f5d11f65..a53e8e655ef3d93ed10a5f81b9ae0a9286070f50 100644
--- a/components/pairing/bluetooth_pairing_constants.h
+++ b/components/pairing/bluetooth_pairing_constants.h
@@ -11,6 +11,7 @@ extern const char* kPairingServiceUUID;
extern const char* kPairingServiceName;
extern const char* kDeviceNamePrefix;
extern const char* kErrorInvalidProtocol;
+extern const char* kErrorEnrollmentFailed;
extern const int kPairingAPIVersion;
enum {
« no previous file with comments | « components/pairing/bluetooth_host_pairing_controller.cc ('k') | components/pairing/bluetooth_pairing_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698