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
const | PermissionRead | GattDescriptorPermission (1). Descriptor read permission |
const | PermissionReadEncrypted | GattDescriptorPermission (2). Descriptor permission: Allow encrypted read operations |
const | PermissionReadEncryptedMitm | GattDescriptorPermission (4). Descriptor permission: Allow reading with man-in-the-middle protection |
const | PermissionWrite | GattDescriptorPermission (16). Descriptor write permission |
const | PermissionWriteEncrypted | GattDescriptorPermission (32). Descriptor permission: Allow encrypted writes |
const | PermissionWriteEncryptedMitm | GattDescriptorPermission (64). Descriptor permission: Allow encrypted writes with man-in-the-middle protection |
const | PermissionWriteSigned | GattDescriptorPermission (128). Descriptor permission: Allow signed write operations |
const | PermissionWriteSignedMitm | GattDescriptorPermission (256). Descriptor permission: Allow signed write operations with man-in-the-middle protection |