aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2015-04-23 14:13:01 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-24 02:47:20 +0000
commit42cdfaada2ae9183f6479531e24d739cc778c4a8 (patch)
tree7007232cdac6577e62846d037d6de99b64621657
parentbeb554763c188ae8f0518de6d55661248c907218 (diff)
downloadsystem_api-42cdfaada2ae9183f6479531e24d739cc778c4a8.tar.gz
service_constants: Add TxPower property to DBus Bluetooth Device
Added kTxPowerProperty, new BlueZ Bluetooth Device Property. BUG=chromium:407773 TEST=none Change-Id: Iac2a8b665bc4aea15648f424f2e6a95a43bb2fb9 Reviewed-on: https://chromium-review.googlesource.com/267028 Reviewed-by: Arman Uguray <armansito@chromium.org> Commit-Queue: Jakub Pawlowski <jpawlowski@google.com> Tested-by: Jakub Pawlowski <jpawlowski@google.com> Reviewed-by: Jakub Pawlowski <jpawlowski@google.com>
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 437ac8a..2f56d1b 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -1226,6 +1226,7 @@ const char kAdapterProperty[] = "Adapter";
const char kLegacyPairingProperty[] = "LegacyPairing";
const char kModaliasProperty[] = "Modalias";
const char kRSSIProperty[] = "RSSI";
+const char kTxPowerProperty[] = "TxPower";
// TODO(tengs): Remove deprecated constants after they are removed in the Chrome
// codebase. (See crbug.com/430665).
const char kConnectionRSSI[] = "ConnectionRSSI"; // DEPRECATED