| Index: device/bluetooth/bluez/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_device_bluez.h b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| index d6e396285b0d83b04031f93a70280c010ae2cbad..33750fba71f0ec0f661598a05604785fae8d4f51 100644
|
| --- a/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| @@ -55,6 +55,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceBlueZ
|
| uint16_t GetProductID() const override;
|
| uint16_t GetDeviceID() const override;
|
| uint16_t GetAppearance() const override;
|
| + base::Optional<std::string> GetName() const override;
|
| bool IsPaired() const override;
|
| bool IsConnected() const override;
|
| bool IsGattConnected() const override;
|
| @@ -123,7 +124,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceBlueZ
|
|
|
| protected:
|
| // BluetoothDevice override
|
| - std::string GetDeviceName() const override;
|
| void CreateGattConnectionImpl() override;
|
| void DisconnectGatt() override;
|
|
|
|
|