gpt4 book ai didi

javascript - 记住设备并重新连接

转载 作者:行者123 更新时间:2023-12-05 06:29:28 24 4
gpt4 key购买 nike

我目前正在用 js 做一个 web 蓝牙的项目,我想知道是否有一种方法可以保存设备对象并自动连接到它,而不是每次都在弹出窗口中选择设备。

我试过将设备保存在本地存储中并尝试将其放入 cookie 中,但都失败了。

最佳答案

有一种方法,但它意味着在 Chrome 85+ 上启用一些 Chrome 功能标志

你可以看看documentation .

总而言之,在 chrome://flags 中启用这两个功能标志后:

  • #enable-experimental-web-platform-features
  • #web-bluetooth-new-permissions-backend

The Web Bluetooth spec will be updated with the algorithm for getDevices(). The devices returned by getDevices() may contain devices that are not currently in range and connected. The BluetoothDevice::watchAdvertisements() API can be used to detect when Bluetooth devices come into range of the Bluetooth radio. Then calling BluetoothRemoteGATTServer.connect() should resolve successfully if the device is able to be connected to.

关于javascript - 记住设备并重新连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53467676/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com