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

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

Issue 2604063003: [CrOS Tether] Create BleScanner, a class which scan BLE advertisements and identifies nearby device… (Closed)
Patch Set: Add missing dependency. Created 3 years, 11 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/DEPS ('k') | chromeos/components/tether/ble_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/ble_constants.h
diff --git a/chromeos/components/tether/ble_constants.h b/chromeos/components/tether/ble_constants.h
index 25f4b01c50690900d443e1ebc1c4f6dafddf9da0..fadb42b40d24185193e7d3450b872e58ff8d744d 100644
--- a/chromeos/components/tether/ble_constants.h
+++ b/chromeos/components/tether/ble_constants.h
@@ -18,7 +18,7 @@ namespace tether {
// Note that this upper limit on concurrent advertisements is imposed due to a
// hardware limit of advertisements (many devices have <10 total advertisement
// slots).
-extern const int kMaxConcurrentAdvertisements;
+extern const uint8_t kMaxConcurrentAdvertisements;
// The service UUID used for BLE advertisements.
extern const char kAdvertisingServiceUuid[];
« no previous file with comments | « chromeos/components/tether/DEPS ('k') | chromeos/components/tether/ble_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698