- From: mikolajefento via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 May 2024 08:45:45 +0000
- To: public-web-bluetooth-log@w3.org
@reillyeon, based on my experience with Chromium implementation, I've observed missing data when using `requestLEScan`. This could be due to incomplete implementation, as pointed out earlier. On the other hand, with `watchAdvertisements`, data arrives separately on Windows but combined on Android, which is indeed annoying but workable 😄. Considering this, it's conceivable that different browsers may handle data combination differently, leading to potential debugging challenges. To streamline this process, a simple addition to the Web Bluetooth spec could be added. If the specification explicitly stated whether scan responses should be combined or split, browser developers could align their implementations accordingly facilitating long-term maintenance. -- GitHub Notification of comment by mikolajefento Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/623#issuecomment-2089921519 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 May 2024 08:45:46 UTC