Enum BluetoothError
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Specifies common Bluetooth error cases.
public enum BluetoothError
Fields
ConsentRequired = 8
The operation requires consent.
DeviceNotConnected = 3
The operation cannot be completed because the remote device is not connected.
DisabledByPolicy = 5
The operation is disabled by policy.
DisabledByUser = 7
The operation is disabled by the user.
NotSupported = 6
The operation is not supported on the current Bluetooth radio hardware.
OtherError = 4
An unexpected error has occurred.
RadioNotAvailable = 1
The Bluetooth radio was not available. This error occurs when the Bluetooth radio has been turned off.
ResourceInUse = 2
The operation cannot be serviced because the necessary resources are currently in use.
Success = 0
The operation was successfully completed or serviced.
TransportNotSupported = 9
The transport is not supported.