Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: device/bluetooth/test/bluetooth_test_android.cc

Issue 1246913006: Bringing 4 more BluetoothTest.* unit tests to Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheibtest
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698