aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/service_constants.h')
-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 {