Click or drag to resize

wclBluetoothLeAdvertisementFlag Enumeration

Flags used to match flags contained inside a Bluetooth LE advertisement payload.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
[FlagsAttribute]
public enum wclBluetoothLeAdvertisementFlag
Members
Member nameValueDescription
afNone0 Indicates empty flags set.
afLimitedDiscoverableMode1 Bluetooth LE Limited Discoverable Mode.
afGeneralDiscoverableMode2 Bluetooth LE General Discoverable Mode.
afClassicNotSupported4 Bluetooth BR/EDR not supported.
afDualModeControllerCapable8 Simultaneous Bluetooth LE and BR/EDR to same device capable (controller).
afDualModeHostCapable16 Simultaneous Bluetooth LE and BR/EDR to same device capable (host).
See Also