Enum DevicePairingResultStatus
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
The result of the pairing action.
public enum DevicePairingResultStatus
Fields
AccessDenied = 12Your application does not have the appropriate permissions level to pair the device object.
AlreadyPaired = 3The device object has already been paired.
AuthenticationFailure = 9Authentication failed, so the device is not paired. Either the device object or the application rejected the authentication.
AuthenticationNotAllowed = 8The authentication protocol is not supported, so the device is not paired.
AuthenticationTimeout = 7The authentication process timed out before it could complete.
ConnectionRejected = 4The device object rejected the connection.
Failed = 19An unknown failure occurred.
HardwareFailure = 6The device object indicated there was a hardware failure.
InvalidCeremonyData = 13The ceremony data was incorrect.
NoSupportedProfiles = 10here are no network profiles for this device object to use.
NotPaired = 2The device object is not currently paired.
NotReadyToPair = 1The device object is not in a state where it can be paired.
OperationAlreadyInProgress = 15The device object is already attempting to pair or unpair.
Paired = 0The device object is now paired.
PairingCanceled = 14The pairing action was cancelled before completion.
ProtectionLevelCouldNotBeMet = 11The minimum level of protection is not supported by the device object or the application.
RejectedByHandler = 17The application handler rejected the pairing.
RemoteDeviceHasAssociation = 18The remove device already has an association.
RequiredHandlerNotRegistered = 16Either the event handler wasn't registered or a required DevicePairingKinds was not supported.
TooManyConnections = 5The device object indicated it cannot accept any more incoming connections.