[web-bluetooth] Does BluetoothDataFilter refer to the data section or raw bytes of an entire Advertisement ? (#517)

usivagna has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth:

== Does BluetoothDataFilter refer to the data section or raw bytes of an entire Advertisement ?  ==
Does the "data" filter in the code snippet below refer to the data section of the advertisement or the raw bytes of the entire advertisement? 
` interface BluetoothDataFilter { 
   constructor(optional BluetoothDataFilterInit init); 
   readonly attribute ArrayBuffer dataPrefix; 
   readonly attribute ArrayBuffer mask; 
};`

If it is the raw bytes, there may be an issue implementing on operating systems that don't provide the entire advertisement.

Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/517 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 14 September 2020 21:10:12 UTC