Web 蓝牙无法在 Chrome 浏览器版本 62.0.3202.75(官方构建)(64 位)上运行

Web Bluetooth not working on Chrome browser version 62.0.3202.75 (Official Build) (64-bit)

我刚刚将 Chrome 浏览器(在 Ubuntu 桌面上)升级到版本 62.0.3202.75(官方构建)(64 位)。

现在我的网络蓝牙 HTML5 应用无法正常工作。它可以连接到 GATT 服务器,但无法获取可用服务。我在 BBC micro:bit 计算机上使用此应用程序: https://show.io/demos/microbit/led

你能帮忙吗?

此致, 轮渡

这是跟踪 Chrome 中 Web 蓝牙实施状态的文档:

https://github.com/WebBluetoothCG/web-bluetooth/blob/master/implementation-status.md

在 Linux 上,还有一些额外的先决条件:

Linux: Requires Kernel 3.19+ and BlueZ 5.41+ installed. Read How to get Chrome Web Bluetooth working on Linux.
Note that Bluetooth daemon needs to run with experimental interfaces if BlueZ version is lower than 5.43: sudo /usr/sbin/bluetoothd -E