I've been basing my project on the discover services and characteristics sample project: https://googlechrome.github.io/samples/web-bluetooth/discover-services-and-characteristics.html
I'm trying to log a list of all available services within a device into the Chrome console. Is there a possibility to do this? Because if I don't enter a service ID, I encounter a securityError: "Argh! SecurityError: Origin is not allowed to access any service. Tip: Add the service UUID to 'optionalServices' in requestDevice() options."
I know NRF Connect can detect all services.
So can I retrieve a list of all services from a device, without predefining the services?
Any ideas would be appreciated.