BluetoothError
BluetoothError
BluetoothError
BluetoothError
Enum
Definition
Specifies common Bluetooth error cases.
public : enum class BluetoothErrorpublic enum BluetoothErrorPublic Enum BluetoothError// 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)
|
| Capabilities |
bluetooth
|
Fields
| ConsentRequired ConsentRequired ConsentRequired ConsentRequired | The operation requires consent. |
| DeviceNotConnected DeviceNotConnected DeviceNotConnected DeviceNotConnected | The operation cannot be completed because the remote device is not connected. |
| DisabledByPolicy DisabledByPolicy DisabledByPolicy DisabledByPolicy | The operation is disabled by policy. |
| DisabledByUser DisabledByUser DisabledByUser DisabledByUser | The operation is disabled by the user. |
| NotSupported NotSupported NotSupported NotSupported | The operation is not supported on the current Bluetooth radio hardware. |
| OtherError OtherError OtherError OtherError | An unexpected error has occurred. |
| RadioNotAvailable RadioNotAvailable RadioNotAvailable RadioNotAvailable | The Bluetooth radio was not available. This error occurs when the Bluetooth radio has been turned off. |
| ResourceInUse ResourceInUse ResourceInUse ResourceInUse | The operation cannot be serviced because the necessary resources are currently in use. |
| Success Success Success Success | The operation was successfully completed or serviced. |
| TransportNotSupported TransportNotSupported TransportNotSupported TransportNotSupported |