WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.37k stars 185 forks source link

Filter on or prefer paired devices #618

Open reillyeon opened 5 months ago

reillyeon commented 5 months ago

As raised on the mailing list it would be helpful in some scenarios to be able to filter on whether a device is paired with the host device, or at least prefer them in the prompt shown by the navigator.bluetooth.requestDevice() method. The benefit of this is that it makes starting a new scan unnecessary and presents the user with a list of devices they are likely more familiar with since they are ones that have been paired previously rather than showing any device that happens to be in range.

dlech commented 5 months ago

Related: #511, #295