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