Loading core/jni/android_bluetooth_HeadsetBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ again: bufit++; } *bufit = NULL; *bufit = 0; // According to ITU V.250 section 5.1, IA5 7 bit chars are used, // the eighth bit or higher bits are ignored if they exists Loading core/jni/android_server_BluetoothService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1035,7 +1035,7 @@ static jboolean removeReservedServiceRecordsNative(JNIEnv *env, jobject object, DBUS_ADAPTER_IFACE, "RemoveReservedServiceRecords", DBUS_TYPE_ARRAY, DBUS_TYPE_UINT32, &values, len, DBUS_TYPE_INVALID); env->ReleaseIntArrayElements(handles, values, NULL); env->ReleaseIntArrayElements(handles, values, 0); return reply ? JNI_TRUE : JNI_FALSE; #endif return JNI_FALSE; Loading Loading
core/jni/android_bluetooth_HeadsetBase.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ again: bufit++; } *bufit = NULL; *bufit = 0; // According to ITU V.250 section 5.1, IA5 7 bit chars are used, // the eighth bit or higher bits are ignored if they exists Loading
core/jni/android_server_BluetoothService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1035,7 +1035,7 @@ static jboolean removeReservedServiceRecordsNative(JNIEnv *env, jobject object, DBUS_ADAPTER_IFACE, "RemoveReservedServiceRecords", DBUS_TYPE_ARRAY, DBUS_TYPE_UINT32, &values, len, DBUS_TYPE_INVALID); env->ReleaseIntArrayElements(handles, values, NULL); env->ReleaseIntArrayElements(handles, values, 0); return reply ? JNI_TRUE : JNI_FALSE; #endif return JNI_FALSE; Loading