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

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

Issue 2499913002: bluetooth: android: Implement RetrieveGattConnectedDevicesWithFilter
Patch Set: rebase Created 4 years 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
« no previous file with comments | « device/bluetooth/android/wrappers.h ('k') | device/bluetooth/bluetooth_adapter_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/bluetooth/android/wrappers.h ('k') | device/bluetooth/bluetooth_adapter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698