BluetoothLEAdvertisementWatcher.ScanningMode Property

Definition

Gets or sets the Bluetooth LE scanning mode.

public:
 property BluetoothLEScanningMode ScanningMode { BluetoothLEScanningMode get(); void set(BluetoothLEScanningMode value); };
BluetoothLEScanningMode ScanningMode();

void ScanningMode(BluetoothLEScanningMode value);
public BluetoothLEScanningMode ScanningMode { get; set; }
var bluetoothLEScanningMode = bluetoothLEAdvertisementWatcher.scanningMode;
bluetoothLEAdvertisementWatcher.scanningMode = bluetoothLEScanningMode;
Public Property ScanningMode As BluetoothLEScanningMode

Property Value

The Bluetooth LE scanning mode.

Windows requirements

App capabilities
bluetooth

Applies to

See also