Fix the boot. The signature needed a V at the end.

This commit is contained in:
Patrick Scott
2009-05-27 12:53:20 -04:00
parent 0098ab97d6
commit 9b36f494e5

View File

@@ -297,7 +297,7 @@ static void destroyNative(JNIEnv *env, jobject obj) {
static JNINativeMethod sMethods[] = {
{"initSocketNative", "()V", (void*) initSocketNative},
{"initSocketFromFdNative", "(I)V", (void*) initSocketFromFdNative},
{"connectNative", "(Ljava/lang/String;II)", (void *) connectNative},
{"connectNative", "(Ljava/lang/String;II)V", (void *) connectNative},
{"bindListenNative", "(I)V", (void *) bindListenNative},
{"acceptNative", "(I)Landroid/bluetooth/BluetoothSocket;", (void *) acceptNative},
{"availableNative", "()I", (void *) availableNative},