OperationStatus
Gatt operation status.
It contains values presented in documentation and additional helper values observed and needed during real device operation.
Entries
Unknown error.
Most generic GATT error code.
A remote device connection is congested.
A write operation exceeds the maximum length of the attribute.
A read or write operation was requested with an invalid offset.
GATT read operation is not permitted.
GATT write operation is not permitted.
The characteristic does not support subscribing for value change.
The given request is not supported.
Insufficient encryption for a given operation.
Insufficient authentication for a given operation.
Insufficient authorization for a given operation.
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.