aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorSamuel Tan <samueltan@chromium.org>2015-01-12 16:38:20 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-14 03:16:43 +0000
commitc72ec5557c8becfe67549b670d76636e9397ab8b (patch)
tree2b7eb1c281338fd47ea31fef33a0fc606a96c0db /dbus/service_constants.h
parent7678688b4405325d32fdfb45064128b9accb9a71 (diff)
downloadsystem_api-c72ec5557c8becfe67549b670d76636e9397ab8b.tar.gz
system_api: change wake to scan frequency property name
Add the "Seconds" unit to the wake to scan frequency property name to explicitly state what unit this frequency property is given in. Also, change the substring "Frequency" to "Period" to more accurately reflect that this property refers to the length of time between each wake to scan event. BUG=chromium:448222 CQ-DEPEND=CL:240267 TEST=none. Change-Id: I78e73ce2b66c88b96b3f1193d2ce6483d7cbdc14 Reviewed-on: https://chromium-review.googlesource.com/240266 Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Samuel Tan <samueltan@chromium.org> Tested-by: Samuel Tan <samueltan@chromium.org>
Diffstat (limited to 'dbus/service_constants.h')
-rw-r--r--dbus/service_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 72eff0e..380ba39 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -484,7 +484,7 @@ const char kRoamThresholdProperty[] = "RoamThreshold";
const char kDBusObjectProperty[] = "DBus.Object";
const char kDBusServiceProperty[] = "DBus.Service";
const char kBgscanSignalThresholdProperty[] = "BgscanSignalThreshold";
-const char kWakeToScanFrequencyProperty[] = "WakeToScanFrequency";
+const char kWakeToScanPeriodSecondsProperty[] = "WakeToScanPeriodSeconds";
// The name of the network interface, ie. wlan0, eth0, etc.
const char kInterfaceProperty[] = "Interface";
const char kSelectedServiceProperty[] = "SelectedService";