Class 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 user
      static int CRASH_HIT
      Represents internal crash occurred in native bluetooth application
      static int FACTORY_RESET
      Represents factory or network reset
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • FACTORY_RESET

        public static final int FACTORY_RESET
        Represents factory or network reset
        See Also:
        Constant Field Values