Skip to content

Ability to fetch radio info #138

Open
@qdot

Description

@qdot

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:

https://github.com/buttplugio/buttplug-csharp/blob/master/Buttplug.Server.Managers.UWPBluetoothManager/UWPBluetoothManager.cs#L81

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bluez (linux)Issues related to the dbus/bluez coreenhancementNew feature or requestuwp (windows)Issues related to the UWP/Win10 core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions