BluetoothLEAdvertisementPublisherStatus
BluetoothLEAdvertisementPublisherStatus
BluetoothLEAdvertisementPublisherStatus
BluetoothLEAdvertisementPublisherStatus
Enum
Definition
Represents the possible states of the BluetoothLEAdvertisementPublisher.
public : enum class BluetoothLEAdvertisementPublisherStatuspublic enum BluetoothLEAdvertisementPublisherStatusPublic Enum BluetoothLEAdvertisementPublisherStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Aborted Aborted Aborted Aborted | The publisher is aborted due to an error. |
| Created Created Created Created | The initial status of the publisher. |
| Started Started Started Started | The publisher is being serviced and has started advertising. |
| Stopped Stopped Stopped Stopped | The publisher has stopped advertising. |
| Stopping Stopping Stopping Stopping | The publisher was issued a stop command. |
| Waiting Waiting Waiting Waiting | The publisher is waiting to get service time. |