Re: [web-bluetooth] Web Bluetooth Manufacturer Specific Data Map empty (#598)

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