Click or drag to resize

wclBluetoothLeExtendedFrameFlag Enumeration

Extended advertisement frame flags.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
[FlagsAttribute]
public enum wclBluetoothLeExtendedFrameFlag
Members
Member nameValueDescription
efAnonymous1 Indicates whether a Bluetooth Address was omitted from the received advertisement.
efConnectable2 Indicates whether the received advertisement is connectable.
efDirected4 Indicates whether the received advertisement is directed.
efScannable8 Indicates whether the received advertisement is scannable.
efScanResponse16 Indicates whether the received advertisement is a scan response.
See Also