| Index: device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc
|
| index d409a34f67f861afe4836b48b5650bea3cb11f43..60313881991a1fb33d086d5931dbecc2a1e56312 100644
|
| --- a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc
|
| @@ -165,19 +165,7 @@ void BluetoothRemoteGattServiceBlueZ::GattServicePropertyChanged(
|
| ->GetProperties(object_path);
|
| DCHECK(properties);
|
|
|
| - if (property_name != properties->characteristics.name()) {
|
| - NotifyServiceChanged();
|
| - return;
|
| - }
|
| -
|
| - if (discovery_complete_)
|
| - return;
|
| -
|
| - VLOG(1) << "All characteristics were discovered for service: "
|
| - << object_path.value();
|
| - discovery_complete_ = true;
|
| - DCHECK(GetAdapter());
|
| - GetAdapter()->NotifyGattDiscoveryComplete(this);
|
| + NotifyServiceChanged();
|
| }
|
|
|
| void BluetoothRemoteGattServiceBlueZ::GattCharacteristicAdded(
|
|
|