Class BtInsightConstants.ConnectionState

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.ConnectionState
    extends java.lang.Object
    Represents state of connection establishment w.r.t remote device
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STATE_DISCONNECTED

        public static final int STATE_DISCONNECTED
        Represents that remote device is disconnected
        See Also:
        Constant Field Values
      • STATE_CONNECTED

        public static final int STATE_CONNECTED
        Represents that remote device is connected
        See Also:
        Constant Field Values