Site icon EfmSoft

What does HRESULT 0x80650009 (E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL) mean?

 
Previous Next
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND

E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL

Reliable writes consume server-side queue entries before commit

E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL is ATT error 0x09. Prepare Write stores fragments on the server until an Execute Write commits or cancels the transaction. The queue can fill because the value is large, fragments are unnecessarily small, multiple attributes are included, or a previous transaction was not completed.

This condition differs from a generic memory failure: it identifies the reliable-write staging queue. Retrying the same additional fragment before cancelling or executing the existing queue does not release capacity and can leave the connection stuck in the same state.

Recover without committing incomplete data

References


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

Exit mobile version