android - 扫描无法正常工作的 4.0 蓝牙设备

标签 android bluetooth-lowenergy android-bluetooth

我正在做一个安卓应用程序来将非安卓设备与蓝牙 4.0 LE 配对,但我的 4.0Bluetooth-android-phone 无论如何都没有发现该设备。我发现了其他设备,例如手机或平板电脑。

问题是:如果我想使用蓝牙 4.0 设备,是否必须添加一些额外的代码?

谢谢。

最佳答案

Android 目前不支持蓝牙 4.0(或 BLE)。它将在 Android 4.3(API 级别 18)中得到支持。在其他地方,你可以阅读更多关于它的信息herehere .一些 Android 设备已经通过蓝牙 4.0 支持认证,但在更新发布之前无法使用。

也就是说,根据 this post有些设备确实支持它,但它们需要公司开发的自定义 BLE 库。

关于android - 扫描无法正常工作的 4.0 蓝牙设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17341939/

相关文章:

android - 不使用 XML 的 ListView.setEmptyView(View)

android - 如何判断我的 textview 是否已被椭圆化?

android - 如何自动化用户对 Android 用户权限对话框的响应?

android - 在 BLE Android 中写入后无法获得读取特性

java - Android:BluetoothSocket 连接抛出 IOException

安卓蓝牙 LE : Not discovering services after connection

android - 我可以使用 Google Drive 代替 amazon s3 用于我的 android 应用程序吗?

android - 在 Android 上使用 RNCryptor

ios - 蓝牙 : Advertising of UUID from background iOS app

ios - 你能在 iOS 应用程序中配对蓝牙 LE 设备吗