Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef DEVICE_BLUETOOTH_ANDROID_BLUETOOTH_JNI_REGISTRAR_H_ | |
| 6 #define DEVICE_BLUETOOTH_ANDROID_BLUETOOTH_JNI_REGISTRAR_H_ | |
| 7 | |
| 8 #include <jni.h> | |
| 9 | |
| 10 #include "device/bluetooth/bluetooth_export.h" | |
| 11 | |
| 12 namespace device { | |
| 13 namespace android { | |
| 14 | |
| 15 DEVICE_BLUETOOTH_EXPORT bool RegisterBluetoothJni(JNIEnv* env); | |
|
armansito
2015/05/06 01:57:06
Please document what this function does.
scheib
2015/05/06 04:30:14
Done.
| |
| 16 | |
| 17 } // namespace android | |
| 18 } // namespace device | |
| 19 | |
| 20 #endif // DEVICE_BLUETOOTH_ANDROID_BLUETOOTH_JNI_REGISTRAR_H_ | |
| OLD | NEW |