Enum BluetoothCharacteristicProperties
- Namespace
- Bluetooth.Abstractions.Broadcasting.Enums
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Defines properties that describe how a Bluetooth GATT characteristic can be accessed.
[Flags]
public enum BluetoothCharacteristicProperties
Fields
Broadcast = 32The characteristic supports broadcast operations.
ExtendedProperties = 128The characteristic has extended properties defined in a descriptor.
Indicate = 16The characteristic supports indications with acknowledgment.
None = 0No properties defined.
Notify = 8The characteristic supports notifications without acknowledgment.
Read = 1The characteristic supports read operations.
SignedWrite = 64The characteristic supports signed write operations.
Write = 2The characteristic supports write operations with response.
WriteWithoutResponse = 4The characteristic supports write operations without response.