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

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

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.cc
diff --git a/chromeos/components/tether/ble_constants.cc b/chromeos/components/tether/ble_constants.cc
index 48ca0c09342e1fd443ff22533e33ea4c766fb2cb..396334395d3afebdcda78bd4c4874483bf66f55f 100644
--- a/chromeos/components/tether/ble_constants.cc
+++ b/chromeos/components/tether/ble_constants.cc
@@ -8,7 +8,7 @@ namespace chromeos {
namespace tether {
-const int kMaxConcurrentAdvertisements = 2;
+const uint8_t kMaxConcurrentAdvertisements = 2;
const char kAdvertisingServiceUuid[] = "0000fe50-0000-1000-8000-00805f9b34fb";
} // namespace tether

Powered by Google App Engine
This is Rietveld 408576698