Click or drag to resize

wclBluetoothLeScanningMode Enumeration

Specifies the Bluetooth LE scanning mode.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothLeScanningMode
Members
Member nameValueDescription
smActive0 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.
smPassive1 Scanning mode is passive.
See Also