使用 Web 蓝牙获取广告数据 API

Fetch advertisement data using the Web Bluetooth API

我一直在尝试使用 Web 蓝牙获取附近的 BLE 广告 API。我一直在按照 link.

中的步骤操作

link中已经提到,为了扫描附近的 BLE 广告,navigator.bluetooth.requestLEScan() 可以在不久的将来使用。

我能够使用此 API 发现附近设备的列表并单独与设备配对。

有没有办法在不单独与设备配对的情况下获取附近的 BLE 广告? requestLEScan() 是否已实施或仍在开发中?

navigator.bluetooth.requestDevice 在大多数平台上可用,但 requestLEScannot implemented as of June 2019. The implementation has been started,但没有预计完成时间。