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

Unified Diff: device/bluetooth/bluetooth_adapter.h

Issue 2390063002: Roll cros_system_api and use constants pulled in. (Closed)
Patch Set: Created 4 years, 2 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 | « DEPS ('k') | device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter.h
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
index 3b864c308c9cb25cd68b963f68862889ea3b000c..9ee95e4f79cb366e48a92c7b10aff56ccd0d3763 100644
--- a/device/bluetooth/bluetooth_adapter.h
+++ b/device/bluetooth/bluetooth_adapter.h
@@ -444,6 +444,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
// Sets the interval between two consecutive advertisements. Valid ranges
// for the interval are from 20ms to 10.24 seconds, with min <= max.
+ // Note: This is a best effort. The actual interval may vary non-trivially
+ // from the requested intervals. On some hardware, there is a minimum
+ // interval of 100ms. The minimum and maximum values are specified by the
+ // Core 4.2 Spec, Vol 2, Part E, Section 7.8.5.
virtual void SetAdvertisingInterval(
const base::TimeDelta& min,
const base::TimeDelta& max,
« no previous file with comments | « DEPS ('k') | device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698