| Index: device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| index 1f71d6d01183440612d2b88a815f61466b434a0a..12ee68d8ecc02501e040feff2365598def1d3df2 100644
|
| --- a/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_local_gatt_characteristic_bluez.h
|
| @@ -39,10 +39,10 @@ class BluetoothLocalGattCharacteristicBlueZ
|
| Permissions GetPermissions() const override;
|
|
|
| // device::BluetoothLocalGattCharacteristic overrides:
|
| - NotificationStatus NotifyValueChanged(const std::vector<uint8_t>& new_value,
|
| + NotificationStatus NotifyValueChanged(const device::BluetoothDevice* device,
|
| + const std::vector<uint8_t>& new_value,
|
| bool indicate) override;
|
| -
|
| - BluetoothLocalGattServiceBlueZ* GetService();
|
| + device::BluetoothLocalGattService* GetService() const override;
|
|
|
| const std::vector<std::unique_ptr<BluetoothLocalGattDescriptorBlueZ>>&
|
| GetDescriptors() const;
|
|
|