The members of Android.Bluetooth.BluetoothGattDescriptor are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new BluetoothGattDescriptor. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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 |
[read-only] | Characteristic | BluetoothGattCharacteristic. Returns the characteristic this descriptor belongs to. |
[read-only] static | DisableNotificationValue | IList<byte>. Value used to disable notifications or indicatinos |
[read-only] static | EnableIndicationValue | IList<byte>. Value used to enable indication for a client configuration descriptor |
[read-only] static | EnableNotificationValue | IList<byte>. Value used to enable notification for a client configuration descriptor |
[read-only] | Permissions | GattDescriptorPermission. Returns the permissions for this descriptor. |
[read-only] | Uuid | Java.Util.UUID. Returns the UUID of this descriptor. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |