如何获取已关闭或未关闭的配对蓝牙设备列表是 UWP 中的范围

how to get list of paired bluetooth devices that are power off or not is range in UWP

我想获取不在范围内或关机的已配对设备的列表。我正在使用 Xamarin 表单 UWP

I want to get the list of paired devices that are not in range or power off. I am doing in Xamarin forms UWP

如果想从Xamarin平台端获取配对的蓝牙数据,建议使用DependencyService方式,在uwp客户端做device watcher,将配对列表数据回调到Xamarin端。

用于获取配对的蓝牙设备。请参考官方代码示例 here. For callback data with DependencyService please refer here.