| 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..1be588d51643d5559b18d5462e5313ab4ad5ba27 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.cc
|
| +++ b/device/bluetooth/test/bluetooth_test_android.cc
|
| @@ -25,6 +25,10 @@ void BluetoothTestAndroid::SetUp() {
|
| ASSERT_TRUE(RegisterNativesImpl(AttachCurrentThread()));
|
| }
|
|
|
| +bool BluetoothTestAndroid::PlatformSupportsLowEnergy() {
|
| + return true;
|
| +}
|
| +
|
| void BluetoothTestAndroid::InitWithDefaultAdapter() {
|
| adapter_ =
|
| BluetoothAdapterAndroid::Create(
|
|
|