USB Vendor ID and Product ID on Android

Is there a way to access usb vendor and product id from c++?

I was able to implement a change listener for audio device routing changes based on Support USB Audio devices on Android but this only gives me access to an AudioDeviceInfo object with a project name, and not the vendor or product id.

Thanks in advance.