Language

GattPermission Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
Read 1

Characteristic read permission

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

Characteristic permission: Allow encrypted read operations

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

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

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

Characteristic write permission

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

Characteristic permission: Allow encrypted writes

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

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

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

Characteristic permission: Allow signed write operations

Android reference for android.bluetooth.BluetoothGattCharacteristic.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

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

Android reference for android.bluetooth.BluetoothGattCharacteristic.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