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

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: Adjusted comment. Created 4 years 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 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[];

Powered by Google App Engine
This is Rietveld 408576698