- From: Reilly Grant via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Jul 2020 18:08:02 +0000
- To: public-web-bluetooth-log@w3.org
This looks like an implementation bug rather than a specification issue. Please file such issues against the browser implementing the API (in this case, Chromium) [here](https://bugs.chromium.org/p/chromium/issues/entry) and assign them to the "Blink>Bluetooth" component. Can you clarify what you mean when you say that watchAdvertisements() will hang? watchAdvertisements() returns a Promise which resolves when the browser has successfully started a Bluetooth scanning session to receive device advertisements. Does the Promise fail or resolve or does your 'advertisementreceived' event handler never get called? I cannot provide support for particular devices without technical documentation describing their Bluetooth interface. For example, are you use that this device provides data via advertisements and not GATT characteristics? -- GitHub Notification of comment by reillyeon Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/509#issuecomment-665817213 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 July 2020 18:08:08 UTC