使用 Android 蓝牙 API 的 Samsung Galaxy Tab 中的蓝牙检测问题
我在使用 Android 蓝牙 API 检测 Galaxy Tab 零级蓝牙设备时遇到问题。尽管我可以用手机或计算机检测到某些设备,但它根本无法“看到”它们。有人遇到过这个问题吗?我正在编写一个应用程序,该应用程序依赖于通过蓝牙与设备配对,并且在这方面提供一些帮助将非常感激。
I have a problem detecting zero class bluetooth devices with my Galaxy Tab using the Android Bluetooth API. It simply does not "see" some devices although I can detect them with my phone or computer. Has anyone run into this problem? I´m writing an app which depends on pairing with a device through bluetooth and some help in this regard would be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意:此解决方案仅适用于旧版 Android 操作系统,因为它需要访问设备日志。
是的!我有完全相同的问题,在三星 Galaxy S 和 LG Optimus One 上。我编写了一个类,您可以重复使用来解决此问题,不知道它是否适用于 Galaxy Tab,但您可以尝试:
另请参阅:
http://zornsoftware.codenature.info/博客/pairing-spp-bluetooth-devices-with-android-phones.html
Note: This solution will only work with old Android OSs, due to it's need for access to the device logs.
Yes! I have exactly the same problem, abeit on a Samsung Galaxy S, and LG Optimus One. I wrote a class you can reuse to fix this, no idea if it will work on the Galaxy Tab, but you can try:
See also:
http://zornsoftware.codenature.info/blog/pairing-spp-bluetooth-devices-with-android-phones.html