TwclBluetoothLeExtendedFrameFlag Enumeration

Extended advertisement frame flags.

Namespace: wclBluetooth
type
 TwclBluetoothLeExtendedFrameFlag = (
 efAnonymous,
 efConnectable,
 efDirected,
 efScannable,
 efScanResponse
 );

The TwclBluetoothLeExtendedFrameFlag type exposes the following members.

Show:
 NameDescription
efAnonymous

Indicates whether a Bluetooth Address was omitted from the received advertisement.

efConnectable

Indicates whether the received advertisement is connectable.

efDirected

Indicates whether the received advertisement is directed.

efScannable

Indicates whether the received advertisement is scannable.

efScanResponse

Indicates whether the received advertisement is a scan response.

Top