| Index: device/bluetooth/bluetooth_low_energy_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| index 19b824ab6583fdef623762465097deccb3d102a9..d41dbf954cab538bae93852c33198402d4a07451 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -50,6 +50,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| 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;
|
| @@ -85,7 +86,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
|
|
| protected:
|
| // BluetoothDevice override.
|
| - std::string GetDeviceName() const override;
|
| void CreateGattConnectionImpl() override;
|
| void DisconnectGatt() override;
|
|
|
|
|