| Index: device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| index db69830e9a832c7af7c7a0bb32220e385f98491d..d40e17038c479a18e377af2c76e5a75b84a982d1 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.cc
|
| @@ -81,8 +81,7 @@
|
| if (!indicate && !(properties_ & PROPERTY_NOTIFY))
|
| return NOTIFY_PROPERTY_NOT_SET;
|
| DCHECK(service_);
|
| - return service_->GetAdapter()->SendValueChanged(device, this, new_value,
|
| - indicate)
|
| + return service_->GetAdapter()->SendValueChanged(this, new_value)
|
| ? NOTIFICATION_SUCCESS
|
| : SERVICE_NOT_REGISTERED;
|
| }
|
|
|