Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.BluetoothAppError
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.BluetoothAppError
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.BluetoothAppError extends java.lang.Object
Represents reasons for Bluetooth App error occurred during BT analyzer running
-
-
Field Summary
Fields Modifier and Type Field Description static int
BT_STATE_RESET
Represents BT state reset via quick settings or BT settings page by userstatic int
CRASH_HIT
Represents internal crash occurred in native bluetooth application
-
Constructor Summary
Constructors Modifier Constructor Description private
BluetoothAppError()
-
-
-
Field Detail
-
BT_STATE_RESET
public static final int BT_STATE_RESET
Represents BT state reset via quick settings or BT settings page by user- See Also:
- Constant Field Values
-
CRASH_HIT
public static final int CRASH_HIT
Represents internal crash occurred in native bluetooth application- See Also:
- Constant Field Values
-
-