The fields of Android.Bluetooth.BluetoothGatt are listed below. For a list of all members, see the BluetoothGatt Members list.
See Also: Inherited members from Java.Lang.Object
const | ConnectionPriorityBalanced | GattConnectionPriority (0). Connection paramter update - Use the connection paramters recommended by the Bluetooth SIG. |
const | ConnectionPriorityHigh | GattConnectionPriority (1). Connection paramter update - Request a high priority, low latency connection. |
const | ConnectionPriorityLowPower | GattConnectionPriority (2). Connection paramter update - Request low power, reduced data rate connection parameters. |
const | GattConnectionCongested | GattStatus (143). A remote device connection is congested. |
const | GattFailure | GattStatus (257). A GATT operation failed, errors other than the above |
const | GattInsufficientAuthentication | GattStatus (5). Insufficient authentication for a given operation |
const | GattInsufficientEncryption | GattStatus (15). Insufficient encryption for a given operation |
const | GattInvalidAttributeLength | GattStatus (13). A write operation exceeds the maximum length of the attribute |
const | GattInvalidOffset | GattStatus (7). A read or write operation was requested with an invalid offset |
const | GattReadNotPermitted | GattStatus (2). GATT read operation is not permitted |
const | GattRequestNotSupported | GattStatus (6). The given request is not supported |
const | GattSuccess | GattStatus (0). A GATT operation completed successfully |
const | GattWriteNotPermitted | GattStatus (3). GATT write operation is not permitted |