Bluetooth detection issues on Samsung Galaxy Tab using Android Bluetooth API

I have a problem with detecting class 0 bluetooth devices from my Galaxy Tab using the Android Bluetooth API. It just doesn’t “see” some devices, although I can detect them using my phone or computer. Is anyone facing this issue? I am writing an application that depends on pairing with the device via bluetooth, and some help in this regard would be greatly appreciated.

+3
source share
1 answer

Yes! I have exactly the same problem as on the Samsung Galaxy S and LG Optimus One. I wrote a class that you can reuse to fix this, I don’t know if it will work on the Galaxy Tab, but you can try:

http://zornsoftware.codenature.info/blog/pairing-spp-bluetooth-devices-with-android-phones.html

+2
source

All Articles