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

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

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
Index: device/bluetooth/android/wrappers.h
diff --git a/device/bluetooth/android/wrappers.h b/device/bluetooth/android/wrappers.h
index e8b3aab74e9d952c8cfcccb0b51729fbc459e22f..a0cc6cfbf0191074732e944ebf14aaa768e3504b 100644
--- a/device/bluetooth/android/wrappers.h
+++ b/device/bluetooth/android/wrappers.h
@@ -17,6 +17,9 @@ namespace device {
DEVICE_BLUETOOTH_EXPORT base::android::ScopedJavaLocalRef<jobject>
BluetoothAdapterWrapper_CreateWithDefaultAdapter();
+// Calls Java: BluetoothManagerWrapper.createWithDefaultManager().
+DEVICE_BLUETOOTH_EXPORT base::android::ScopedJavaLocalRef<jobject>
+BluetoothManagerWrapper_CreateWithDefaultManager();
} // namespace device
#endif // DEVICE_BLUETOOTH_ANDROID_BLUETOOTH_ADAPTER_WRAPPER_H_
« no previous file with comments | « device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java ('k') | device/bluetooth/android/wrappers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698