为什么Chrome不支持Android平板电脑上的BLE?

时间:2018-02-28 00:59:42

标签: google-chrome bluetooth-lowenergy android-bluetooth

我正在尝试解决为什么蓝牙网络API无法在我的平板电脑上运行。平板电脑是Android 4.4.4,Galaxy Tab E.当我在Google Chrome 64版中使用this demo page时,收到以下错误消息:

Requesting Bluetooth Device...
with {"acceptAllDevices":true}
Argh! NotFoundError: Bluetooth Low Energy not available.

但是,当我尝试使用BLE应用程序such as this one时,它似乎可以正常工作,扫描蓝牙设备。

我已经尝试过为网络蓝牙API搜索支持的操作系统,并且它可以在我的手机上使用chrome,但如果它也适用于平板电脑也会有所帮助。

1 个答案:

答案 0 :(得分:1)

啊,我找到了。仅在Android 6.0 Marshmallow或更高版本上支持Web蓝牙。见https://github.com/WebBluetoothCG/web-bluetooth/blob/master/implementation-status.md