summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_device_client.cc
diff options
context:
space:
mode:
authorjpawlowski <jpawlowski@chromium.org>2015-05-13 12:13:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-13 19:13:49 +0000
commit1b3a81a03eb66b03afbdb4403308d566fb4221c8 (patch)
tree3d19cdbae960e3538816647a9315f6e24ab59ce9 /chromeos/dbus/bluetooth_device_client.cc
parent3e86f2231ea55908721b264d00e679aa25ecf03b (diff)
downloadchromium_src-1b3a81a03eb66b03afbdb4403308d566fb4221c8.zip
chromium_src-1b3a81a03eb66b03afbdb4403308d566fb4221c8.tar.gz
chromium_src-1b3a81a03eb66b03afbdb4403308d566fb4221c8.tar.bz2
Expose TxPower for bluetooth devices during discovery
This patch adds wiring to expose TxPower field during device discovery. BUG=407773 R=armansito@chromium.org Review URL: https://codereview.chromium.org/1133173002 Cr-Commit-Position: refs/heads/master@{#329694}
Diffstat (limited to 'chromeos/dbus/bluetooth_device_client.cc')
-rw-r--r--chromeos/dbus/bluetooth_device_client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/dbus/bluetooth_device_client.cc b/chromeos/dbus/bluetooth_device_client.cc
index 96fba62..30e5a36 100644
--- a/chromeos/dbus/bluetooth_device_client.cc
+++ b/chromeos/dbus/bluetooth_device_client.cc
@@ -47,6 +47,7 @@ BluetoothDeviceClient::Properties::Properties(
RegisterProperty(bluetooth_device::kLegacyPairingProperty, &legacy_pairing);
RegisterProperty(bluetooth_device::kModaliasProperty, &modalias);
RegisterProperty(bluetooth_device::kRSSIProperty, &rssi);
+ RegisterProperty(bluetooth_device::kTxPowerProperty, &tx_power);
}
BluetoothDeviceClient::Properties::~Properties() {