Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.ErrorCategory
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.ErrorCategory
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.ErrorCategory extends java.lang.Object
Represents categories of error that might occur during run time of BT analyzer. The discrete reason within category is explained byBtInsightConstants.BluetoothAppError
etc.,
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLUETOOTH_APP
Native/Settings Bluetooth applicationstatic int
INVALID
-
Constructor Summary
Constructors Modifier Constructor Description private
ErrorCategory()
-
-
-
Field Detail
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
BLUETOOTH_APP
public static final int BLUETOOTH_APP
Native/Settings Bluetooth application- See Also:
- Constant Field Values
-
-