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

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

Issue 1215303006: bluetooth: android: Initial BluetoothDeviceAndroid implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-discovery-
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.h
diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
index 13b95551152d6f7bbd8de4f2a7b4cbf50898bd5e..0a87e79361365070881ba982ec0b8010848b305f 100644
--- a/device/bluetooth/test/bluetooth_test_android.h
+++ b/device/bluetooth/test/bluetooth_test_android.h
@@ -25,6 +25,9 @@ class BluetoothTestAndroid : public BluetoothTestBase {
void InitWithDefaultAdapter() override;
void InitWithoutDefaultAdapter() override;
void InitWithFakeAdapter() override;
+ void DiscoverLowEnergyDevice(int device_ordinal) override;
+
+ base::android::ScopedJavaGlobalRef<jobject> j_fake_bluetooth_adapter_;
};
// Defines common test fixture name. Use TEST_F(BluetoothTest, YourTestName).

Powered by Google App Engine
This is Rietveld 408576698