Windows error 0x8065000D, -2140864499

Detailed Error Information

E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH[1]

MessageThe attribute value length is invalid for the operation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode101 (0x065)
NameFACILITY_BLUETOOTH_ATT[1]
Error Code13 (0x000d)

Questions

1vote
0answers

After Pairing to BlueTooth LE and get Gatt/Characteristics and Descriptors for Custom Device What next?

This is a new question from my original question found: How to Bind manually to a BlueTooth Low Energy Device in a WinForm using C#? Using: Windows 10, C# .Net 2015 Community, WinForms App. The app currently handles the below features without problem: 1) receive the BLE advertisements for BLE [...] read more
c#
.net
winforms
bluetooth
gatt

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