Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2349)

Unified Diff: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc

Issue 1984493002: Address property removals of GATT service and characteristic interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
index 2e7aa0a87210ffa70b1e556e4a71438c20db2d46..2d26b70f321d12ee422920c20281d0c631cc36b3 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
@@ -177,13 +177,6 @@ void FakeBluetoothGattServiceClient::ExposeHeartRateCharacteristics() {
->GetBluetoothGattCharacteristicClient());
char_client->ExposeHeartRateCharacteristics(
dbus::ObjectPath(heart_rate_service_path_));
-
- std::vector<dbus::ObjectPath> char_paths;
- char_paths.push_back(char_client->GetHeartRateMeasurementPath());
- char_paths.push_back(char_client->GetBodySensorLocationPath());
- char_paths.push_back(char_client->GetHeartRateControlPointPath());
-
- heart_rate_service_properties_->characteristics.ReplaceValue(char_paths);
}
} // namespace bluez
« no previous file with comments | « device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698