BluetoothLEAdvertisementWatcherStatus
BluetoothLEAdvertisementWatcherStatus
BluetoothLEAdvertisementWatcherStatus
BluetoothLEAdvertisementWatcherStatus
Enum
Definition
Represents the possible states of the BluetoothLEAdvertisementWatcher.
public : enum class BluetoothLEAdvertisementWatcherStatuspublic enum BluetoothLEAdvertisementWatcherStatusPublic Enum BluetoothLEAdvertisementWatcherStatus// 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 | An error occurred during transition or scanning that stopped the watcher due to an error. |
| Created Created Created Created | The initial status of the watcher. |
| Started Started Started Started | The watcher is started. |
| Stopped Stopped Stopped Stopped | The watcher is stopped. |
| Stopping Stopping Stopping Stopping | The watcher stop command was issued. |