8000000E在等待BluetoothLEDevice.FromIdAsync(id);

我有一些代码,调用await BluetoothLEDevice.FromIdAsync(id); 来自DeviceInformation观察者。 BluetoothLEDevice.FromIdAsync(id)抛出exception“drivers \ wdm \ bluetooth \ user \ winrt \ device \ bluetoothledevice.cpp(606)\ Windows.Devices.Bluetooth.dll!00007FFE61CEE93E:(caller:00007FFE61CF546A)Exception(2)tid (22cc)8000000E一个方法在意想不到的时间被调用。“ 我正在运行Windows 10,并且在运行我的代码之前配对了2个设备,有趣的是,注意到针对1个设备引发了exception,而BluetoothLEDevice.FromIdAsync(id)为其他设备成功。 我也实现了一个非托pipe的C ++版本的代码,与这两个设备交互就好了。 不胜感激为什么“一种方法被称为在意想不到的时间”的任何想法。