Re: [web-bluetooth] Make requestDevice()'s filters match requestLEScan()'s filters.

Sorry, I meant that [`ScanFilter.Builder.setManufacturerData(id, data,
 
mask)`](https://developer.android.com/reference/android/bluetooth/le/ScanFilter.Builder.html#setManufacturerData(int,
 byte[], byte[])) requires that the advertised data be exactly as long
 as the array you provide, rather than letting it be a prefix or 
suffix. For example, you can't scan for Eddystone URL packets using 
the Android filter format without also getting all other Eddystone 
types.

That change won't be in this PR. I'll figure it out and change both 
`scanning.bs` and `index.bs` in some other PR.

-- 
GitHub Notification of comment by jyasskin
Please view or discuss this issue at 
https://github.com/WebBluetoothCG/web-bluetooth/pull/265#issuecomment-237928547
 using your GitHub account

Received on Friday, 5 August 2016 18:36:37 UTC