The "exclusionFilters" option in navigator.bluetooth.requestDevice() allows web developers to exclude some devices from the browser picker. It can be used to exclude devices that match a broader filter but are unsupported.
Docs: https://developer.chrome.com/articles/bluetooth/#exclusion-filters
Samples: https://googlechrome.github.io/samples/web-bluetooth/exclusion-filters.html