MedM DeviceKit
OperationStatus.h File Reference

Go to the source code of this file.

Enumerations

enum  OperationStatus : int {
  OK, InvalidArgument, ErrorStartingPairing, ProtocolError,
  HardwareError, AutomaticOK, TooManyAttempts, ConnectionAttemptError,
  NoSuchDeviceInBluetoothManager, Error, ConnectionError, BluetoothOperationError,
  BluetoothOperationTimeout, BLEGattError, WrongSerial, BluetoothFatalError,
  Cancelled, PollingConnectTimeout, MisuseError, Unknown
}
 

Enumeration Type Documentation

◆ OperationStatus

enum OperationStatus : int
Enumerator
OK 
InvalidArgument 
ErrorStartingPairing 
ProtocolError 
HardwareError 
AutomaticOK 
TooManyAttempts 
ConnectionAttemptError 
NoSuchDeviceInBluetoothManager 
Error 
ConnectionError 
BluetoothOperationError 
BluetoothOperationTimeout 
BLEGattError 
WrongSerial 
BluetoothFatalError 
Cancelled 
PollingConnectTimeout 

Disconnect from polling device without connect.

MisuseError 

Device was used incorrectly.

Unknown