Table of Contents

Enum BluetoothLEAdvertisementPublisherStatus

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

Represents the possible states of the BluetoothLEAdvertisementPublisher.

public enum BluetoothLEAdvertisementPublisherStatus

Fields

Aborted = 5

The publisher is aborted due to an error.

Created = 0

The initial status of the publisher.

Started = 2

The publisher is being serviced and has started advertising.

Stopped = 4

The publisher was issued a stop command.

Stopping = 3

The publisher was issued a stop command.

Waiting = 1

The publisher is waiting to get service time.