Bluetooth Connection In Android > 4.1.2
I wrote the following activity to connect my Nexus 7 with Arduino, to simply exchange 0 and 1 to switch on and off a led. I took example from here: http://developer.android.com/gui
Solution 1:
Android 4.2 has a completely redesigned Bluetooth stack (Bluedroid), while earlier versions used Bluez. In 4.2 Bluedroid is known to have issues connecting to RFCOMM (also known as SPP). See here: https://code.google.com/p/android/issues/detail?id=41110
Android 4.3 supposedly fixes it. You can try upgrading to 4.3 with a firmware image from https://developers.google.com/android/nexus/images and see if that fixes the issue.
Post a Comment for "Bluetooth Connection In Android > 4.1.2"