如何获取带有COM通信端口详细信息C#的已配对蓝牙设备的列表?

时间:2018-09-25 12:33:25

标签: c# asp.net windows bluetooth

我有一个控制台应用程序,我想要带有COM端口详细信息的已配对蓝牙设备的列表。 我已经尝试过了,但这没有带来COM端口信息。还有其他代码或库可以帮助我吗?

//Paired bluetooth devices
DeviceInformationCollection PairedBluetoothDevices =
       await DeviceInformation.FindAllAsync(BluetoothDevice.GetDeviceSelectorFromPairingState(true)); 

0 个答案:

没有答案