Open
Description
Feature Description
This may suck to implement cross-platform, but it'd be nice to have a way to get what brand/model of bluetooth radio is being used by the library. There are many times where I need to ask users what radio they're using when they have issues, and having a way to fetch that from the bluetooth library could automate that step.
I have some C# code for UWP where I was getting this on windows:
I suspect there's something similar available for Bluez. I suspect that this would really only be needed for pre-2012 macOS machines (before bluetooth 4 radios were standard), so we could probably just return something default there for now.