Index: device/bluetooth/dbus/bluetooth_device_client.cc |
diff --git a/device/bluetooth/dbus/bluetooth_device_client.cc b/device/bluetooth/dbus/bluetooth_device_client.cc |
index 11626f505a7be6f202afbdd338256831215fccb7..e7381c2251ca551989bbeabaee5cd7354e60ce28 100644 |
--- a/device/bluetooth/dbus/bluetooth_device_client.cc |
+++ b/device/bluetooth/dbus/bluetooth_device_client.cc |
@@ -49,7 +49,8 @@ BluetoothDeviceClient::Properties::Properties( |
RegisterProperty(bluetooth_device::kModaliasProperty, &modalias); |
RegisterProperty(bluetooth_device::kRSSIProperty, &rssi); |
RegisterProperty(bluetooth_device::kTxPowerProperty, &tx_power); |
- RegisterProperty(bluetooth_device::kGattServicesProperty, &gatt_services); |
+ RegisterProperty(bluetooth_device::kServicesResolvedProperty, |
+ &services_resolved); |
} |
BluetoothDeviceClient::Properties::~Properties() {} |