Share via


GattStatus Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum GattStatus
type GattStatus = 
Inheritance
GattStatus

Fields

Name Value Description
Success 0
ReadNotPermitted 2
WriteNotPermitted 3
InsufficientAuthentication 5
RequestNotSupported 6
InvalidOffset 7
InsufficientAuthorization 8
InvalidAttributeLength 13
InsufficientEncryption 15
ConnectionCongested 143
Failure 257

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to