Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h |
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h |
index 041467e6813396a876f4db59a93fcd7553eba48d..e67a4af7234e703271d9de65075493cc76c05dd3 100644 |
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h |
@@ -38,7 +38,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristicServiceProvider { |
// Send a PropertyChanged signal to notify the Bluetooth daemon that the value |
// of the "Value" property has changed to |value|. |
- virtual void SendValueChanged(const std::vector<uint8_t>& value) = 0; |
+ virtual void SendValueChanged(const dbus::ObjectPath& device_path, |
+ const std::vector<uint8_t>& value, |
+ bool indicate) = 0; |
// Writes the characteristics's properties into the provided writer. If |
// value is not null, it is written also, otherwise no value property is |