GattDescriptorPermission Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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 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 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 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 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.