aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-29 01:29:38 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-29 01:29:38 +0000
commit09fe3de00cab41a32311f207be1d0803af130350 (patch)
tree2b0f392dd708faafb38eda35c35bc1959f401a3f
parent76de8407943c8b6a78c668b827345c6dd25db0a6 (diff)
parent061e516e8810179b5fc342eee72c26615d328a99 (diff)
downloadsystem_api-09fe3de00cab41a32311f207be1d0803af130350.tar.gz
release-request-10d85be7-ec19-4bdb-85e6-4ae4ac39c643-for-git_oc-dr1-release-4050218 snap-temp-L98100000068575008
Change-Id: Ifd3d8fca69a51d402a61e349d2cd24f3c3b0d1b0
-rw-r--r--dbus/service_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index a2200ef..0c8c524 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -233,6 +233,7 @@ const char kBluetoothPluginInterface[] = "org.chromium.BluetoothDevice";
// Bluetooth Device plugin methods.
const char kGetConnInfo[] = "GetConnInfo";
+const char kSetLEConnectionParameters[] = "SetLEConnectionParameters";
} // namespace bluetooth_plugin_device
namespace bluetooth_adapter {
@@ -663,6 +664,7 @@ const char kBluetoothAdvertisingManagerInterface[] =
const char kRegisterAdvertisement[] = "RegisterAdvertisement";
const char kUnregisterAdvertisement[] = "UnregisterAdvertisement";
const char kSetAdvertisingIntervals[] = "SetAdvertisingIntervals";
+const char kResetAdvertising[] = "ResetAdvertising";
// Bluetooth LE Advertising Manager errors.
const char kErrorAlreadyExists[] = "org.bluez.Error.AlreadyExists";