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

Perfect that does work thanks!

Any idea why i can only see the first 2 bytes of the advert?

On Fri, Nov 4, 2022 at 09:32, François Beaufort ***@***.***> wrote:

> I think* this example code should work.
>
> const
>
> manufacturerId
>
> =
>
> 0x0001
>
> ;
>
> await
>
> navigator
>
> .
>
> bluetooth
>
> .
>
> requestDevice
>
> (
>
> {
>
> acceptAllDevices
>
> :
>
> true
>
> ,
>
> optionalManufacturerData
>
> :
>
> [
>
> manufacturerId
>
> ]
>
> ,
>
> }
>
> )
>
> ;
>
> —
> Reply to this email directly, [view it on GitHub](https://github.com/WebBluetoothCG/web-bluetooth/issues/598#issuecomment-1303172052), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AFYOH3LJPBAUMBNIN442L33WGTJ4BANCNFSM6AAAAAARWFJYFM).
> You are receiving this because you authored the thread.Message ID: ***@***.***>

-- 
GitHub Notification of comment by eskalVAR
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/598#issuecomment-1303191311 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:52:31 UTC