| Index: device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
|
| index b27c74a81881f4597bf256c7a907aec70e769fe7..adfff73eeb2de5b4c8e62c7996ca99363b7ae595 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.h
|
| @@ -47,10 +47,8 @@
|
| const std::map<dbus::ObjectPath, BluetoothLocalGattServiceBlueZ*>&
|
| services);
|
|
|
| - void SendValueChanged(const dbus::ObjectPath& device_path,
|
| - const dbus::ObjectPath& characteristic_path,
|
| - const std::vector<uint8_t>& value,
|
| - bool indicate);
|
| + void SendValueChanged(const dbus::ObjectPath& characteristic_path,
|
| + const std::vector<uint8_t>& value);
|
|
|
| protected:
|
| BluetoothGattApplicationServiceProvider();
|
|
|