我有一个控制台应用程序,我想要带有COM端口详细信息的已配对蓝牙设备的列表。 我已经尝试过了,但这没有带来COM端口信息。还有其他代码或库可以帮助我吗?
//Paired bluetooth devices
DeviceInformationCollection PairedBluetoothDevices =
await DeviceInformation.FindAllAsync(BluetoothDevice.GetDeviceSelectorFromPairingState(true));