Re: [web-bluetooth] No services matching UUID help (#513)

To be able to access the services, you need to specify them in the `filters` property of the `RequestDeviceOptions` or in `optionalServices`. In your example, you're using `acceptAllDevices: true`, so you'll need to add the services that you want to access to `optionalServices` in order to get permission to access them.

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


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

Received on Saturday, 5 September 2020 18:19:19 UTC