aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Song <tengs@chromium.org>2017-06-01 04:28:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 04:28:16 +0000
commitfd036f3b14003ec48baa64a727518f9a199208dc (patch)
treef35a5746972ade584009d68867264b120d2afa33
parentbd39d373d2f5ebd48ed55b9aed2bc9cbf70ec995 (diff)
parent3462dfd74de5a910497af9de41368bb0a44105ec (diff)
downloadsystem_api-fd036f3b14003ec48baa64a727518f9a199208dc.tar.gz
cros_system_api: Add constants for valid parameters of the SetLEConnectionParameters API. am: d1586d3fcb am: 1b8ad35b69 am: 6803293a17
am: 3462dfd74d Change-Id: I26f0177546f37109b9c646ef5ddae8533ce21fc9
-rw-r--r--dbus/service_constants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 0c8c524..73e5ef2 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -234,6 +234,12 @@ const char kBluetoothPluginInterface[] = "org.chromium.BluetoothDevice";
// Bluetooth Device plugin methods.
const char kGetConnInfo[] = "GetConnInfo";
const char kSetLEConnectionParameters[] = "SetLEConnectionParameters";
+// Valid connection parameters that can be passed to the
+// SetLEConnectionParameters API as dictionary keys.
+const char kLEConnectionParameterMinimumConnectionInterval[] =
+ "MinimumConnectionInterval";
+const char kLEConnectionParameterMaximumConnectionInterval[] =
+ "MaximumConnectionInterval";
} // namespace bluetooth_plugin_device
namespace bluetooth_adapter {