GattResponse
Response given when performing a Bluetooth Gatt Request
Inheritors
Types
Application Error defined by a higher specification.
An Error where no attribute was found within the given attribute handle range.
An Error where the attribute cannot be read using the ATT_READ_BLOB_REQ_PDU
A CommonProfileAndServiceError used when a Client Characteristic Configuration descriptor is not configured according to the requirements of the profile or service
An Error that is common for profiles and services to be sent
An Error where the server requests the client to rediscover the database.
A ReadError/WriteError given if the remote device could not be reached
An Error where the Encryption Key Size used for encrypting this link is too short.
An GattResponse that failed to perform either a Read or Write request Options are defined by the Bluetooth Core Specification Version 6.2 Vol3, Part F
An Error where the attribute requires authentication before it can be read or written.
An Error where the attribute requires authorization before it can be read or written.
An Error where the attribute requires encryption before it can be read or written.
An Error there are insufficient resources to complete the request.
An Error where the attribute value length is invalid for the operation.
An Error where the attribute handle given was not valid on this server.
An Error where the offset specified was past the end of the attribute.
An Error where the attribute PDU was invalid
An error MTUResponse
A MTUError indicating the MTU request was not permitted
A GattResponse given to a MTU request
A Success
A CommonProfileAndServiceError used when an attribute value is out of range as defined by a profile or service specification.
An Error where too many prepare writes have been queued.
A CommonProfileAndServiceError used when a profile or service request cannot be serviced because an operation that has been previously triggered is still in progress.
A ReadResponse that failed to read
An Error where the attribute cannot be read.
A GattResponse given to a Read request
A Success
An Error where the GATT Server does not support the request received from the client.
A successful GattResponse indicating the request completed successfully
An Error where the attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
An Error where the attribute type is not a supported grouping attribute as defined by a higher layer specification.
An Error where the attribute parameter value was not allowed.
A WriteResponse that failed to write
An Error where the attribute cannot be written.
A CommonProfileAndServiceError used when a requested write operation cannot be fulfilled for reasons other than permissions.
A GattResponse given to a Write request
A Success