Loading android/app/jni/com_android_bluetooth_btservice_AdapterService.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ #include "com_android_bluetooth.h" #include "cutils/properties.h" #include "hardware/bt_sock.h" #include "nativehelper/ScopedLocalFrame.h" #include "utils/Log.h" #include "utils/misc.h" Loading Loading @@ -162,8 +161,6 @@ static void remote_device_properties_callback(bt_status_t status, return; } ScopedLocalFrame local_frame(sCallbackEnv.get()); ScopedLocalRef<jbyteArray> val( sCallbackEnv.get(), (jbyteArray)sCallbackEnv->NewByteArray(num_properties)); Loading Loading
android/app/jni/com_android_bluetooth_btservice_AdapterService.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ #include "com_android_bluetooth.h" #include "cutils/properties.h" #include "hardware/bt_sock.h" #include "nativehelper/ScopedLocalFrame.h" #include "utils/Log.h" #include "utils/misc.h" Loading Loading @@ -162,8 +161,6 @@ static void remote_device_properties_callback(bt_status_t status, return; } ScopedLocalFrame local_frame(sCallbackEnv.get()); ScopedLocalRef<jbyteArray> val( sCallbackEnv.get(), (jbyteArray)sCallbackEnv->NewByteArray(num_properties)); Loading