- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 Jul 2017 13:27:43 +0000
- To: public-web-bluetooth-log@w3.org
If you use `acceptAllDevices: true` and your `filters` don't include `00000000-0000-1000-8000-00805f9b34fb` you may want to use `optionalServices` as in https://googlechrome.github.io/samples/web-bluetooth/read-characteristic-value-changed.html I guess something like this should work: ```js options.acceptAllDevices = true; options.optionalServices = ['00000000-0000-1000-8000-00805f9b34fb']; ``` -- GitHub Notification of comment by beaufortfrancois Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/370#issuecomment-316063265 using your GitHub account
Received on Tuesday, 18 July 2017 13:27:49 UTC