Android.Bluetooth.BluetoothGattDescriptor: Field Members

The fields of Android.Bluetooth.BluetoothGattDescriptor are listed below. For a list of all members, see the BluetoothGattDescriptor Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
PermissionReadGattDescriptorPermission (1). Descriptor read permission
const
PermissionReadEncryptedGattDescriptorPermission (2). Descriptor permission: Allow encrypted read operations
const
PermissionReadEncryptedMitmGattDescriptorPermission (4). Descriptor permission: Allow reading with man-in-the-middle protection
const
PermissionWriteGattDescriptorPermission (16). Descriptor write permission
const
PermissionWriteEncryptedGattDescriptorPermission (32). Descriptor permission: Allow encrypted writes
const
PermissionWriteEncryptedMitmGattDescriptorPermission (64). Descriptor permission: Allow encrypted writes with man-in-the-middle protection
const
PermissionWriteSignedGattDescriptorPermission (128). Descriptor permission: Allow signed write operations
const
PermissionWriteSignedMitmGattDescriptorPermission (256). Descriptor permission: Allow signed write operations with man-in-the-middle protection