Table of Contents

Enum BluetoothLEAdvertisementWatcherStatus

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

Represents the possible states of the BluetoothLEAdvertisementWatcher.

public enum BluetoothLEAdvertisementWatcherStatus

Fields

Aborted = 4

An error occurred during transition or scanning that stopped the watcher due to an error.

Created = 0

The initial status of the watcher.

Started = 1

The watcher is started.

Stopped = 3

The watcher is stopped.

Stopping = 2

The watcher stop command was issued.