OperationStatus
GATT operation status.
Some of the status codes are defined by the Bluetooth Specification, others are used only in the library to indicate specific conditions.
Read more in Bluetooth Specification, Vol 3 (Host), Part F (ATT), 3.4.1.1 ATT_ERROR_RSP: link.
Entries
The attribute handle given was not valid on this server.
GATT read operation is not permitted.
GATT write operation is not permitted.
The attribute PDU was invalid.
Insufficient authentication for a given operation.
The given request is not supported.
A read or write operation was requested with an invalid offset.
Insufficient authorization for a given operation.
The prepare write queue is full.
No attribute found within the given attribute handle range.
The attribute cannot be read using the Long Read procedure.
The Encryption Key Size used for encrypting this link is too short.
A write operation exceeds the maximum length of the attribute.
The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
Insufficient encryption for a given operation.
Insufficient Resources to complete the request.
The attribute parameter value was not allowed.
The characteristic does not support subscribing for value change.
A remote device connection is congested.
Most generic GATT error code.
Unknown error.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.