Windows error 0x800710DF, -2147020577

Detailed Error Information

DEVICE_NOT_AVAILABLE[1]

MessageThe device is not ready for use.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code4319 (0x10df)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000010df.

Questions

1vote
1answer

c# Bluetooth LE - ValueChanged never called - additional configuration necessary?

My question is kinda an update to my last question: c# Bluetooth LE - write configuration error - ValueChanged never called The problem is, I connect my WPF c#-Application to my BLE device, but characteristic.ValueChanged is never called. Maybe I miss something with the configuration or need to send additionall [...] read more
c#
wpf
bluetooth
bluetooth-lowenergy
1vote
2answers

How to register for BLE notifcations from a WPF app running on Windows 10 Creators Update?

I am attempting to write a C# app that uses the WinRT Bluetooth LE APIs (the Windows.Devices.Bluetooth namespace). The app is a Windows Classic Desktop application (WPF, not UWP). When running a version of Windows 10 prior to the Creators Update, these APIs function as expected. However, when running the [...] read more
c#
windows
bluetooth
bluetooth-lowenergy
creators-update
1vote
1answer

Windows 10 IoT Core Bluetooth Support for Raspberry Pi3

Apologies for asking a time dependant question, but does anyone know when Microsoft are going to sort out there drivers for the Raspberry Pi 3's on-board Bluetooth chip? Currently the console Device Settings just display the following exception error code relating to a fault with the OS files: > The [...] read more
bluetooth
driver
iot
windows-10-iot-core
raspberry-pi3
0votes
2answers

c# Bluetooth LE - write configuration error - ValueChanged never called

So I try to connect my c# WPF program to a BLE device and this is the code to connect to the device: private async Task ConnectToWatcher(DeviceInformation deviceInfo) { try { // get the device BluetoothLEDevice device = await BluetoothLEDevice.FromIdAsync(deviceInfo.Id); // get the GATT service Thread.Sleep(150); var gattServicesResult = await [...] read more
c#
wpf
bluetooth
bluetooth-lowenergy
0votes
1answer

Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

I have a Raspberry Pi3 running Windows IoT version 10.0.14931.1000. The Raspberry Pi 3 onboard bluetooth adapter is supposed to be supported in this version of Windows IoT. When I use the web portal to search for Bluetooth devices nothing is found, and my Raspberry Pi does not appear to [...] read more
bluetooth
raspberry-pi3
windowsiot

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0