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

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

Issue 1215303006: bluetooth: android: Initial BluetoothDeviceAndroid implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-discovery-
Patch Set: Merge TOT 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/android/bluetooth_jni_registrar.cc
diff --git a/device/bluetooth/android/bluetooth_jni_registrar.cc b/device/bluetooth/android/bluetooth_jni_registrar.cc
index d794c169f10f1b604d15de039f0befe3398ab626..a72ddf63f16df08705bd2f081b88bd8ca1b471a4 100644
--- a/device/bluetooth/android/bluetooth_jni_registrar.cc
+++ b/device/bluetooth/android/bluetooth_jni_registrar.cc
@@ -8,6 +8,7 @@
#include "base/android/jni_registrar.h"
#include "device/bluetooth/android/wrappers.h"
#include "device/bluetooth/bluetooth_adapter_android.h"
+#include "device/bluetooth/bluetooth_device_android.h"
namespace device {
namespace android {
@@ -15,6 +16,7 @@ namespace {
const base::android::RegistrationMethod kRegisteredMethods[] = {
{"BluetoothAdapterAndroid", device::BluetoothAdapterAndroid::RegisterJNI},
+ {"BluetoothDeviceAndroid", device::BluetoothDeviceAndroid::RegisterJNI},
{"Wrappers", device::WrappersRegisterJNI},
};
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698