Skip to content

Commit 9b90fd4

Browse files
Patrick ScottNick Pelly
authored andcommitted
Fix the boot. The signature needed a V at the end.
1 parent c790096 commit 9b90fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jni/android_bluetooth_BluetoothSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ static void destroyNative(JNIEnv *env, jobject obj) {
297297
static JNINativeMethod sMethods[] = {
298298
{"initSocketNative", "()V", (void*) initSocketNative},
299299
{"initSocketFromFdNative", "(I)V", (void*) initSocketFromFdNative},
300-
{"connectNative", "(Ljava/lang/String;II)", (void *) connectNative},
300+
{"connectNative", "(Ljava/lang/String;II)V", (void *) connectNative},
301301
{"bindListenNative", "(I)V", (void *) bindListenNative},
302302
{"acceptNative", "(I)Landroid/bluetooth/BluetoothSocket;", (void *) acceptNative},
303303
{"availableNative", "()I", (void *) availableNative},

0 commit comments

Comments
 (0)