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

时间:2019-05-31 03:40:01

标签: javascript bluetooth-lowenergy bluetooth-gatt web-bluetooth

我一直在尝试使用Web Bluetooth API来获取附近的BLE广告。我一直在遵循此link中的步骤。

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

我可以使用此API查找设备附近的列表,并分别与设备配对。

是否有一种方法可以获取附近的BLE广告而无需单独与设备配对? requestLEScan()是否已实施或仍在开发中?

1 个答案:

答案 0 :(得分:2)

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