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

Unified Diff: chromeos/components/tether/ble_constants.h

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: hansberry@ comments. Created 3 years, 10 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: chromeos/components/tether/ble_constants.h
diff --git a/chromeos/components/tether/ble_constants.h b/chromeos/components/tether/ble_constants.h
index fadb42b40d24185193e7d3450b872e58ff8d744d..50253a0d7af5217afdad68b3fab849d01acbf694 100644
--- a/chromeos/components/tether/ble_constants.h
+++ b/chromeos/components/tether/ble_constants.h
@@ -23,6 +23,9 @@ extern const uint8_t kMaxConcurrentAdvertisements;
// The service UUID used for BLE advertisements.
extern const char kAdvertisingServiceUuid[];
+// The GATT server UUID used for uWeave.
+extern const char kGattServerUuid[];
+
} // namespace tether
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698