Go to the source code of this file.
|
| enum | OperationStatus : int {
OK,
InvalidArgument,
ErrorStartingPairing,
ProtocolError,
HardwareError,
AutomaticOK,
TooManyAttempts,
ConnectionAttemptError,
NoSuchDeviceInBluetoothManager,
Error,
ConnectionError,
BluetoothOperationError,
BluetoothOperationTimeout,
BLEGattError,
WrongSerial,
BluetoothFatalError,
Cancelled,
PollingConnectTimeout,
MisuseError,
PermissionRequired,
Unknown
} |
| |
◆ OperationStatus
| 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.
|
| PermissionRequired | |
| Unknown | |