| Index: device/bluetooth/bluetooth_adapter_bluez.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.cc b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| index 91345fcaa8534237b000e057c5016e39033443e0..143fc7334f5c2aa63ef2ddf91676b17b52755a67 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.cc
|
| @@ -525,7 +525,7 @@ void BluetoothAdapterBlueZ::DevicePropertyChanged(
|
| NotifyDeviceChanged(device_bluez);
|
| }
|
|
|
| - if (property_name == properties->gatt_services.name()) {
|
| + if (property_name == properties->services_resolved.name()) {
|
| device_bluez->SetGattServicesDiscoveryComplete(true);
|
| NotifyGattServicesDiscovered(device_bluez);
|
| }
|
|
|