| Index: device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_factory_wrapper.h b/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| index e7fd70e1b9f22cde8daccf1b3cb39c5217c175b1..3731e3caca6b79cccb8195cca6c56b18108747d9 100644
|
| --- a/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| +++ b/device/bluetooth/bluetooth_adapter_factory_wrapper.h
|
| @@ -31,7 +31,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterFactoryWrapper {
|
|
|
| // Returns true if the platform supports Bluetooth Low Energy or if
|
| // SetBluetoothAdapterForTesting has been called.
|
| - bool IsLowEnergyAvailable();
|
| + bool IsLowEnergySupported();
|
|
|
| // Adds |observer| to the set of adapter observers. If another observer has
|
| // acquired the adapter in the past it adds |observer| as an observer to that
|
|
|