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

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

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: Add missing DEP. 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
« no previous file with comments | « chromeos/components/tether/ble_constants.h ('k') | chromeos/components/tether/ble_scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/ble_constants.cc
diff --git a/chromeos/components/tether/ble_constants.cc b/chromeos/components/tether/ble_constants.cc
index 396334395d3afebdcda78bd4c4874483bf66f55f..20674d2f2f9697768c5df585390b33cab9c926c1 100644
--- a/chromeos/components/tether/ble_constants.cc
+++ b/chromeos/components/tether/ble_constants.cc
@@ -10,6 +10,7 @@ namespace tether {
const uint8_t kMaxConcurrentAdvertisements = 2;
const char kAdvertisingServiceUuid[] = "0000fe50-0000-1000-8000-00805f9b34fb";
+const char kGattServerUuid[] = "b3b7e28e-a000-3e17-bd86-6e97b9e28c11";
} // namespace tether
« no previous file with comments | « chromeos/components/tether/ble_constants.h ('k') | chromeos/components/tether/ble_scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698