Language

GattDescriptorPermission Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Bluetooth.BluetoothGattDescriptor..ctor member.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum GattDescriptorPermission
[<System.Flags>]
type GattDescriptorPermission = 
Inheritance
GattDescriptorPermission
Attributes

Fields

Name Value Description
Read 1

Descriptor read permission

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_READ.

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.

ReadEncrypted 2

Descriptor permission: Allow encrypted read operations

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED.

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.

ReadEncryptedMitm 4

Descriptor permission: Allow reading with person-in-the-middle protection

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED_MITM.

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.

Write 16

Descriptor write permission

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE.

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.

WriteEncrypted 32

Descriptor permission: Allow encrypted writes

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED.

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.

WriteEncryptedMitm 64

Descriptor permission: Allow encrypted writes with person-in-the-middle protection

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED_MITM.

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.

WriteSigned 128

Descriptor permission: Allow signed write operations

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED.

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.

WriteSignedMitm 256

Descriptor permission: Allow signed write operations with person-in-the-middle protection

Android reference for android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED_MITM.

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.

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