Re: [web-bluetooth] Scan by device name

Per 
https://github.com/voodootikigod/node-rolling-spider/blob/8996973eaee36be829d984d4ee7e37b0152b379d/lib/drone.js#L93,
 the Rolling Spider needs a prefix match on the name.

So: 
```javascript
  filters: [
    {name: 'ExactName1'},
    {name: 'ExactName2'},
    {namePrefix: 'Prefix1'},
    {namePrefix: 'Prefix2'}
  ]
```

-- 
GitHub Notif of comment by jyasskin
See 
https://github.com/WebBluetoothCG/web-bluetooth/issues/135#issuecomment-134650039

Received on Tuesday, 25 August 2015 16:04:06 UTC