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 |