Re: [web-bluetooth] BluetoothDevice.watchAdvertisements() not detecting specific devices (#509)

Thanks for the reply.

I've opened a Chromium case here: https://bugs.chromium.org/p/chromium/issues/detail?id=1111237

In regard to your questions, by watchAdvertisements() will hang, I mean the 'advertisementreceived' event will never fire. The code  looks like this:

device.watchAdvertisements({signal: abortController.signal}).then(() => {
                        console.log('Watching advertisements...');
                        device.addEventListener('advertisementreceived', (evt) => {

When trying to reconnect with the TaiDoc instrument, it will never (or sometimes randomly) pass into the event.

I am unsure whether the device provides data via advertisements and not GATT characteristics, I am in contact with the people who supply the TaiDoc instruments and am also getting them to debug on their end. The advertisement information as shown by the app "LightBlue" can be seen below.
![TaiDoc Buetooth advertisements](https://user-images.githubusercontent.com/67426312/88900459-4deb5200-d247-11ea-9609-988a8eee1b04.jpg)


-- 
GitHub Notification of comment by TomShorten
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/509#issuecomment-666226441 using your GitHub account


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

Received on Thursday, 30 July 2020 08:31:42 UTC