- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Sat, 09 Mar 2024 01:57:41 +0000
- To: public-web-bluetooth-log@w3.org
Chrome implements the `Bluetooth.requestDevice()` method, including its `options` parameter. The MDN refers to the `filters` option as an array of `BluetoothScanFilter` but the spec and Chrome use the name `BluetoothLEScanFilterInit`, not that this difference is exposed to developers. While the Permissions API integration is implemented in the sense that the algorithms there describe how permissions are managed the integration with the script-exposed `query()` method is not. Developers must use `Bluetooth.requestDevice()` or the upcoming `Bluetooth.getDevices()` methods to request and query permissions. The `getDevices()` method is under development and tracked by [this ChromeStatus entry](https://chromestatus.com/feature/4797798639730688). -- GitHub Notification of comment by reillyeon Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/620#issuecomment-1986689299 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 9 March 2024 01:57:42 UTC