GattPermission 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.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 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 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 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 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 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 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 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 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.