Table of Contents

Enum BluetoothLEScanningMode

Namespace
nanoFramework.Device.Bluetooth.Advertisement
Assembly
nanoFramework.Device.Bluetooth.dll

Defines constants that specify a Bluetooth LE scanning mode.

public enum BluetoothLEScanningMode

Fields

Active = 1

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

Passive = 0

Specifies a passive scanning mode. This is the default scanning mode.