- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2022 09:32:41 +0000
- To: public-web-bluetooth-log@w3.org
I think* this example code should work. ```js const manufacturerId = 0x0001; await navigator.bluetooth.requestDevice({ acceptAllDevices: true, optionalManufacturerData: [manufacturerId], }); ``` -- GitHub Notification of comment by beaufortfrancois Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/598#issuecomment-1303172052 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 November 2022 09:32:42 UTC