BleGattOperationStatus
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 GATT operation completed successfully.
A remote device connection is congested.
A GATT operation failed, errors other than the above.
Insufficient authentication for a given operation.
Insufficient encryption for a given operation.
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.
The given request is not supported.
GATT write operation is not permitted.
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.