| Index: chromeos/dbus/fake_bluetooth_gatt_service_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_service_client.cc b/chromeos/dbus/fake_bluetooth_gatt_service_client.cc
|
| index ae2b0b4a61230a82fce6f4f2ed4651bde427eab0..2bb68c2c5a0a675b925c1b25764ea54024001bbd 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_service_client.cc
|
| +++ b/chromeos/dbus/fake_bluetooth_gatt_service_client.cc
|
| @@ -182,6 +182,13 @@ void FakeBluetoothGattServiceClient::ExposeHeartRateCharacteristics() {
|
| DBusThreadManager::Get()->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 chromeos
|
|
|