I want to use the Qt framwork to enable my Android devices to communicate over Bluetooth. As of today Qt 5.2 is the newest and from what I understand Bluetooth is not supported yet. On this page:
it says that Bluetooth is only supported for Blackberry and Linux (on BlueZ 4.x). I do not know anything about BlueZ, but Android is based on a Linux kernel so is there a possibility that newer versions of Android OS is supported?
I have previously written an app in java that established and sends/receives data over Bluetooth. Is it a good choice using JNI to call the java code? Have anyone done this with Bluetooth?
I assume Bluetooth will be added in an update soon, Qt 5.2.x or 5.3 at latest, but I need a temporary solution.
I am asking here before I decide how to proceed.