我使用基于https://github.com/Microsoft/Windows-universal-samples/blob/master/Samples/DeviceEnumerationAndPairing/cs/Scenario8_PairDevice.xaml.cs#L75的代码扫描蓝牙设备,以便在UWP应用中配对。
我只需要将设备列表限制为音频设备。到目前为止,我发现的唯一线索是请求设备的System.Devices.Aep.Category。对于我正在玩的外部扬声器,我得到了[" Communication.Headset.Bluetooth"]。目前正计划仅使用'耳机'来显示DeviceInformation对象。或者'发言者'在类别中。
是否有可能的所有类别列表或更好的解决方案?