Hi! I've looked for an answer for this question on lots of sites for a long time, but I couldn't find a solution. My problem is that I need to get the link quality value of an existing bluetooth connection between my android phone and a bluetooth device. So far I figured out that I could use android NDK to include native codes into my project. I found a .C file that should return the desired value, but I had problems with it.: http://android.git.kernel.org/?p=platform/external/bluez.git;a=commitdiff;h=611c26d196ef15425ae92dec9f3cdf92bbbe489a
Does anyone know, how to modificate the code for that I could give a variable in my Java code the value of link quality written in this C code (or any other way to solve this problem)? Regards, Peter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

