| Index: device/bluetooth/test/bluetooth_test_android.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.cc b/device/bluetooth/test/bluetooth_test_android.cc
|
| index b7bf980655c21c0457867f20f16f512486384e8f..5425e5736c396cf43aa1bdd3a10eec8584c97896 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.cc
|
| +++ b/device/bluetooth/test/bluetooth_test_android.cc
|
| @@ -48,4 +48,8 @@ void BluetoothTestAndroid::DiscoverLowEnergyDevice(int device_ordinal) {
|
| AttachCurrentThread(), j_fake_bluetooth_adapter_.obj(), device_ordinal);
|
| }
|
|
|
| +bool BluetoothTestAndroid::PlatformSupportsLowEnergy() {
|
| + return true;
|
| +}
|
| +
|
| } // namespace device
|
|
|