Enum BluetoothDescriptorPermissions
- Namespace
- Bluetooth.Abstractions.Broadcasting.Enums
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Defines permissions required for accessing Bluetooth GATT descriptor operations.
[Flags]
public enum BluetoothDescriptorPermissions
Fields
None = 0No permissions required.
Read = 1Permission to read the descriptor value.
ReadAuthenticated = 8Permission to read the descriptor value with authenticated encryption required (MITM protection).
ReadEncrypted = 4Permission to read the descriptor value with encryption required.
Write = 2Permission to write the descriptor value.
WriteAuthenticated = 32Permission to write the descriptor value with authenticated encryption required (MITM protection).
WriteEncrypted = 16Permission to write the descriptor value with encryption required.