Site icon EfmSoft

What does NTSTATUS 0xC042000D (STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH) mean?

 
Previous Next
STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE STATUS_BTH_ATT_UNLIKELY

STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH

The server accepted the request structure but rejected the value size

STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH maps to ATT error 0x0D. It means the operation reached an attribute whose value length is not valid for the request or the attribute's defined representation.

This differs from Invalid PDU: the ATT request can be well-formed and the handle can be valid, but a fixed-size descriptor, a profile-defined field, or the server's value constraints reject the supplied length. It is also different from a fragmentation error, which is normally reported as Invalid Offset when the offset is outside the value range.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version