Table of Contents

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 = 0

No permissions required.

Read = 1

Permission to read the descriptor value.

ReadAuthenticated = 8

Permission to read the descriptor value with authenticated encryption required (MITM protection).

ReadEncrypted = 4

Permission to read the descriptor value with encryption required.

Write = 2

Permission to write the descriptor value.

WriteAuthenticated = 32

Permission to write the descriptor value with authenticated encryption required (MITM protection).

WriteEncrypted = 16

Permission to write the descriptor value with encryption required.