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

Unified Diff: device/bluetooth/android/wrappers.cc

Issue 2499913002: bluetooth: android: Implement RetrieveGattConnectedDevicesWithFilter
Patch Set: Comment why BluetoothDeviceWrapper is in a separate file Created 4 years, 1 month 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/android/wrappers.cc
diff --git a/device/bluetooth/android/wrappers.cc b/device/bluetooth/android/wrappers.cc
index 4ad3bc2e9a797c85fe0ce79195e3c4d442d676c5..ddcd5acbb362a0ef65ba0eb8d121ea08ec5b0b18 100644
--- a/device/bluetooth/android/wrappers.cc
+++ b/device/bluetooth/android/wrappers.cc
@@ -18,4 +18,9 @@ ScopedJavaLocalRef<jobject> BluetoothAdapterWrapper_CreateWithDefaultAdapter() {
AttachCurrentThread(), base::android::GetApplicationContext());
}
+ScopedJavaLocalRef<jobject> BluetoothManagerWrapper_CreateWithDefaultManager() {
+ return Java_BluetoothManagerWrapper_createWithDefaultManager(
+ AttachCurrentThread(), base::android::GetApplicationContext());
+}
+
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698