TwclBluetoothLeAdvertisementFlag Enumeration

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

Namespace: wclBluetooth
type
 TwclBluetoothLeAdvertisementFlag = (
 afLimitedDiscoverableMode,
 afGeneralDiscoverableMode,
 afClassicNotSupported,
 afDualModeControllerCapable,
 afDualModeHostCapable
 );

The TwclBluetoothLeAdvertisementFlag type exposes the following members.

Show:
 NameDescription
afClassicNotSupported

Bluetooth BR/EDR not supported.

afDualModeControllerCapable

Simultaneous Bluetooth LE and BR/EDR to same device capable (controller).

afDualModeHostCapable

Simultaneous Bluetooth LE and BR/EDR to same device capable (host).

afGeneralDiscoverableMode

Bluetooth LE General Discoverable Mode.

afLimitedDiscoverableMode

Bluetooth LE Limited Discoverable Mode.

Top