Site icon EfmSoft

What does NTSTATUS 0xC0420007 (STATUS_BTH_ATT_INVALID_OFFSET) mean?

 
Previous Next
STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION

STATUS_BTH_ATT_INVALID_OFFSET

The handle and procedure can be valid while the value position is not

STATUS_BTH_ATT_INVALID_OFFSET represents ATT error 0x07. It arises when an operation that uses an attribute-value offset, such as a Read Blob request or a prepared write, specifies a position that the server cannot apply to that value.

For Read Blob, the ATT specification treats the offset as zero-based and distinguishes an offset beyond the value length from an offset exactly at the end. This error is therefore about the current value boundary, not about a bad handle or an MTU negotiation failure by itself.

What to check

References


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

Exit mobile version