I'm wondering if there is a specification around to address USB devices like:
usb://...
Does anyone know?
I'm wondering if there is a specification around to address USB devices like:
usb://...
Does anyone know?
There is a URN format which any device which supports the Universal Plug-and-Play protocol can use to advertise its capabilities:
When a device is added to the network, it multicasts discovery messages to advertise its root device, any embedded devices, and any services.
For example:
References
Yes. Per kcmshell5 kcm_printer_manager
, literally usb://
.
https://learn.microsoft.com/en-us/dotnet/api/android.hardware.usb.usbaccessory.uri?view=xamarin-android-sdk-13&viewFallbackFrom=xamarin-android-sdk-9 may additionally provide USB URIs, but I have not evaluated it.