TwclBluetoothLeScanningMode Enumeration

Specifies the Bluetooth LE scanning mode.

Namespace: wclBluetooth
type
 TwclBluetoothLeScanningMode = (
 smActive,
 smPassive
 );

The TwclBluetoothLeScanningMode type exposes the following members.

Show:
 NameDescription
smActive

Scanning mode is active. This indicates that scan request packets will be sent from the platform to actively query for more advertisement data of type ScanResponse.

smPassive

Scanning mode is passive.

Top